Rename and move ui/stat_menu.h to epan/stat_groups.h.
authorGuy Harris <guy@alum.mit.edu>
Thu, 3 Jul 2014 20:30:12 +0000 (13:30 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 3 Jul 2014 20:30:42 +0000 (20:30 +0000)
commit1c297771c3039157cad8cf43344af0f6ae51146c
tree622ccb0134663a3e68263eec0c27026858e6b1d0
parent7dd27dbff850bbfbd94806c2c549e9eebe1fa707
Rename and move ui/stat_menu.h to epan/stat_groups.h.

The groups are, technically, independent of the notion of a menu, and,
if we have mechanisms by which taps that are not only GUI
toolkit-independent but independent of the *existence* of a GUI can be
registered, they might want to register themselves in a group just in
case they're running in a program that has a GUI.

Also, this might fix the Debian package build.

Change-Id: I29435681e79748fd4f2e0c5ac872cd11f831d172
Reviewed-on: https://code.wireshark.org/review/2830
Reviewed-by: Guy Harris <guy@alum.mit.edu>
94 files changed:
debian/libwireshark-dev.install
epan/Makefile.common
epan/funnel.h
epan/stats_tree.h
epan/wslua/CMakeLists.txt
epan/wslua/Makefile.am
epan/wslua/make-init-lua.pl
ui/Makefile.common
ui/gtk/afp_stat.c
ui/gtk/ansi_a_stat.c
ui/gtk/ansi_map_stat.c
ui/gtk/bootp_stat.c
ui/gtk/camel_counter.c
ui/gtk/camel_srt.c
ui/gtk/compare_stat.c
ui/gtk/conversations_eth.c
ui/gtk/conversations_fc.c
ui/gtk/conversations_fddi.c
ui/gtk/conversations_ip.c
ui/gtk/conversations_ipv6.c
ui/gtk/conversations_ipx.c
ui/gtk/conversations_jxta.c
ui/gtk/conversations_ncp.c
ui/gtk/conversations_rsvp.c
ui/gtk/conversations_sctp.c
ui/gtk/conversations_table.c
ui/gtk/conversations_tcpip.c
ui/gtk/conversations_tr.c
ui/gtk/conversations_udpip.c
ui/gtk/conversations_usb.c
ui/gtk/conversations_wlan.c
ui/gtk/dcerpc_stat.c
ui/gtk/diameter_stat.c
ui/gtk/expert_comp_dlg.c
ui/gtk/fc_stat.c
ui/gtk/flow_graph.c
ui/gtk/funnel_stat.c
ui/gtk/gsm_a_stat.c
ui/gtk/gsm_map_stat.c
ui/gtk/gsm_map_summary.c
ui/gtk/gtp_stat.c
ui/gtk/h225_counter.c
ui/gtk/h225_ras_srt.c
ui/gtk/hostlist_eth.c
ui/gtk/hostlist_fc.c
ui/gtk/hostlist_fddi.c
ui/gtk/hostlist_ip.c
ui/gtk/hostlist_ipv6.c
ui/gtk/hostlist_ipx.c
ui/gtk/hostlist_jxta.c
ui/gtk/hostlist_ncp.c
ui/gtk/hostlist_rsvp.c
ui/gtk/hostlist_sctp.c
ui/gtk/hostlist_tcpip.c
ui/gtk/hostlist_tr.c
ui/gtk/hostlist_udpip.c
ui/gtk/hostlist_usb.c
ui/gtk/hostlist_wlan.c
ui/gtk/iax2_analysis.c
ui/gtk/io_stat.c
ui/gtk/lbm_stream_dlg.c
ui/gtk/lbm_uimflow_dlg.c
ui/gtk/ldap_stat.c
ui/gtk/mac_lte_stat_dlg.c
ui/gtk/main_menubar.c
ui/gtk/mcast_stream_dlg.c
ui/gtk/megaco_stat.c
ui/gtk/mgcp_stat.c
ui/gtk/mtp3_stat.c
ui/gtk/mtp3_summary.c
ui/gtk/ncp_stat.c
ui/gtk/radius_stat.c
ui/gtk/rlc_lte_graph.c
ui/gtk/rlc_lte_stat_dlg.c
ui/gtk/rpc_progs.c
ui/gtk/rpc_stat.c
ui/gtk/rtp_analysis.c
ui/gtk/rtp_stream_dlg.c
ui/gtk/scsi_stat.c
ui/gtk/sctp_assoc_analyse.c
ui/gtk/sctp_chunk_stat.c
ui/gtk/sctp_stat_dlg.c
ui/gtk/sip_stat.c
ui/gtk/smb2_stat.c
ui/gtk/smb_stat.c
ui/gtk/stats_tree_stat.c
ui/gtk/tap_param_dlg.c
ui/gtk/tcp_graph.c
ui/gtk/uat_gui.c
ui/gtk/voip_calls_dlg.c
ui/gtk/wlan_stat_dlg.c
ui/gtk/wsp_stat.c
ui/stat_menu.h [deleted file]
ui/tap-megaco-common.c