aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-04-12 21:44:55 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-04-12 21:44:55 +0000
commit7e9cedfed81ac84ac28b5f48e36c843025abe2c8 (patch)
tree8e6ac01a654fb5dfb8725e1c07c3fbc683fdab11 /gtk/capture_dlg.h
parentfcb74124f8072024a1608d7a65ffffa79f3832e7 (diff)
capture engine:
add a new feature to clear the currently captured packets and restart the capture with the previous parameters various code cleanup and minor bugfixes Win32: use millisecond resolution in capture_loop, to smooth screen update a bit (500ms instead of 1000ms) svn path=/trunk/; revision=14059
Diffstat (limited to 'gtk/capture_dlg.h')
-rw-r--r--gtk/capture_dlg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/capture_dlg.h b/gtk/capture_dlg.h
index 3bd1904d2b..0dc9e92be0 100644
--- a/gtk/capture_dlg.h
+++ b/gtk/capture_dlg.h
@@ -45,6 +45,13 @@ void capture_prep_cb(GtkWidget *widget, gpointer data);
*/
void capture_stop_cb(GtkWidget *widget, gpointer data);
+/** User requested capture clear by menu or toolbar.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void capture_clear_cb(GtkWidget *widget, gpointer data);
+
/** Create the "Capture Options" dialog box.
*/
void capture_prep(void);