#include "gui.h"
#include "if/ui/gtk/misc.h"
#include "lib/prop.h"
Go to the source code of this file.
Functions | |
void | gui_general_timer (time_t now) |
Update some general information displayed in the gui. | |
void | gui_update_traffic_stats (void) |
void | gui_update_stats_frames (void) |
void | gui_fix_coords (guint32 *coord) |
If the given coordinates are not reasonable, they're appriopriately adjusted. | |
void | gui_save_window (GtkWidget *widget, property_t prop) |
void | gui_restore_window (GtkWidget *widget, property_t prop) |
gint | gui_record_name_eq (gconstpointer rec1, gconstpointer rec2) |
Tells if two hit records have the same filename. | |
gint | gui_record_sha1_eq (gconstpointer rec1, gconstpointer rec2) |
Tells if two hit records have the same SHA1. | |
gint | gui_record_host_eq (gconstpointer rec1, gconstpointer rec2) |
Tells if two hit records come from the same host. | |
gint | gui_record_sha1_or_name_eq (gconstpointer rec1, gconstpointer rec2) |
Tells if two hit records have the same SHA1 or the same name. | |
void | paned_save_position (GtkPaned *paned, property_t prop) |
void | paned_restore_position (GtkPaned *paned, property_t prop) |
|
If the given coordinates are not reasonable, they're appriopriately adjusted.
|
|
Update some general information displayed in the gui.
|
|
Tells if two hit records come from the same host.
|
|
Tells if two hit records have the same filename.
|
|
Tells if two hit records have the same SHA1.
|
|
Tells if two hit records have the same SHA1 or the same name. The targetted search feature by Andrew Meredith (andrew@anvil.org) now uses this function to filter input and avoid duplicates. Andrew, if this somehow breaks the intent, let me know at junkpile@free.fr. This provides the following behavior :
|
|
|
|
|
|
|
|
|
|
|
|
|