Add a "register_dfilter_stat()", to register stats that take a display
authorGuy Harris <guy@alum.mit.edu>
Sun, 21 Aug 2005 09:48:27 +0000 (09:48 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 21 Aug 2005 09:48:27 +0000 (09:48 -0000)
commita0e68da9180d65493a42f892fc298eefc9b1d17d
treed7b146739aeaeeadc557498ee810da7b71f3d8b9
parente88b3ccb323aa7df6f1c89ff56c28cdfb4b1265a
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
67 files changed:
Makefile.common
epan/dissectors/packet-ansi_637.c
file.c
gtk/Makefile.am
gtk/afp_stat.c
gtk/ansi_a_stat.c
gtk/ansi_map_stat.c
gtk/bootp_stat.c
gtk/conversations_eth.c
gtk/conversations_fc.c
gtk/conversations_fddi.c
gtk/conversations_ip.c
gtk/conversations_ipx.c
gtk/conversations_jxta.c
gtk/conversations_sctp.c
gtk/conversations_tcpip.c
gtk/conversations_tr.c
gtk/conversations_udpip.c
gtk/conversations_wlan.c
gtk/dcerpc_stat.c
gtk/fc_stat.c
gtk/flow_graph.c
gtk/follow_dlg.c
gtk/gsm_a_stat.c
gtk/gsm_map_stat.c
gtk/gsm_map_summary.c
gtk/gtk_stat_menu.h [moved from gtk/stat_menu.h with 86% similarity]
gtk/h225_counter.c
gtk/h225_ras_srt.c
gtk/hostlist_eth.c
gtk/hostlist_fc.c
gtk/hostlist_fddi.c
gtk/hostlist_ip.c
gtk/hostlist_ipx.c
gtk/hostlist_jxta.c
gtk/hostlist_tcpip.c
gtk/hostlist_tr.c
gtk/hostlist_udpip.c
gtk/hostlist_wlan.c
gtk/io_stat.c
gtk/ldap_stat.c
gtk/menu.c
gtk/mgcp_stat.c
gtk/mtp3_stat.c
gtk/mtp3_summary.c
gtk/rpc_progs.c
gtk/rpc_stat.c
gtk/rtp_analysis.c
gtk/rtp_stream.c
gtk/rtp_stream_dlg.c
gtk/sctp_assoc_analyse.c
gtk/sctp_byte_graph_dlg.c
gtk/sctp_chunk_stat.c
gtk/sctp_chunk_stat_dlg.c
gtk/sctp_error_dlg.c
gtk/sctp_graph_dlg.c
gtk/sctp_stat.c
gtk/sctp_stat_dlg.c
gtk/sip_stat.c
gtk/smb_stat.c
gtk/stats_tree_stat.c
gtk/tap_dfilter_dlg.c
gtk/tcp_graph.c
gtk/voip_calls_dlg.c
gtk/wsp_stat.c
stat_menu.h [new file with mode: 0644]
tap_dfilter_dlg.h