aboutsummaryrefslogtreecommitdiffstats
path: root/tap_dfilter_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'tap_dfilter_dlg.h')
-rw-r--r--tap_dfilter_dlg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tap_dfilter_dlg.h b/tap_dfilter_dlg.h
index a4f0166c84..5d398fa6de 100644
--- a/tap_dfilter_dlg.h
+++ b/tap_dfilter_dlg.h
@@ -58,5 +58,12 @@ typedef struct _tap_dfilter_dlg {
gint index; /* initiate this value always with "-1" */
} tap_dfilter_dlg;
+/*
+ * Register a stat that has a display filter dialog.
+ * We register it both as a command-line stat and a menu item stat.
+ */
+void register_dfilter_stat(tap_dfilter_dlg *info, const char *name,
+ REGISTER_STAT_GROUP_E group);
+
/* This will update the titles of the dialog windows when we load a new capture file. */
void tap_dfilter_dlg_update (void);