From a0e68da9180d65493a42f892fc298eefc9b1d17d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 21 Aug 2005 09:48:27 +0000 Subject: Add a "register_dfilter_stat()", to register stats that take a display filter as an argument on the command line and have a dialog box to enter the display filter through the GUI. Use it for all stats using "gtk_tap_dfilter_dlg_cb()". Add a top-level "stat_menu.h" file to declare "REGISTER_STAT_GROUP_E" for the benefit of the declaration of "register_dfilter_stat()" in the top-level "tap_dfilter_dlg.h". Rename the "stat_menu.h" in the gtk directory to "gtk_stat_menu.h", so as not to have two headers with the same name. Get rid of headers not declaring any functions not being used in the module. svn path=/trunk/; revision=15493 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index c192dccd73..4ec024251f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -184,6 +184,7 @@ ethereal_INCLUDES = \ progress_dlg.h \ proto_hier_stats.h \ simple_dialog.h \ + stat_menu.h \ statusbar.h \ summary.h \ tap_dfilter_dlg.h \ -- cgit v1.2.3