Wireshark-commits: [Wireshark-commits] master 1c29777: Rename and move ui/stat_menu.h to epan/stat_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 20:30:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c297771c3039157cad8cf43344af0f6ae51146c Submitter: Guy Harris (guy@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 1c29777 by Guy Harris (guy@xxxxxxxxxxxx): 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@xxxxxxxxxxxx> Actions performed: from 7dd27db stat_menu.h moved to libui. adds 1c29777 Rename and move ui/stat_menu.h to epan/stat_groups.h. Summary of changes: debian/libwireshark-dev.install | 2 +- epan/Makefile.common | 1 + epan/funnel.h | 2 +- epan/stats_tree.h | 2 +- epan/wslua/CMakeLists.txt | 2 +- epan/wslua/Makefile.am | 2 +- epan/wslua/make-init-lua.pl | 8 ++--- ui/Makefile.common | 1 - ui/gtk/afp_stat.c | 2 +- ui/gtk/ansi_a_stat.c | 2 +- ui/gtk/ansi_map_stat.c | 2 +- ui/gtk/bootp_stat.c | 2 +- ui/gtk/camel_counter.c | 2 +- ui/gtk/camel_srt.c | 2 +- ui/gtk/compare_stat.c | 2 +- ui/gtk/conversations_eth.c | 2 +- ui/gtk/conversations_fc.c | 2 +- ui/gtk/conversations_fddi.c | 2 +- ui/gtk/conversations_ip.c | 2 +- ui/gtk/conversations_ipv6.c | 2 +- ui/gtk/conversations_ipx.c | 2 +- ui/gtk/conversations_jxta.c | 2 +- ui/gtk/conversations_ncp.c | 2 +- ui/gtk/conversations_rsvp.c | 2 +- ui/gtk/conversations_sctp.c | 2 +- ui/gtk/conversations_table.c | 2 +- ui/gtk/conversations_tcpip.c | 2 +- ui/gtk/conversations_tr.c | 2 +- ui/gtk/conversations_udpip.c | 2 +- ui/gtk/conversations_usb.c | 2 +- ui/gtk/conversations_wlan.c | 2 +- ui/gtk/dcerpc_stat.c | 2 +- ui/gtk/diameter_stat.c | 2 +- ui/gtk/expert_comp_dlg.c | 2 +- ui/gtk/fc_stat.c | 2 +- ui/gtk/flow_graph.c | 2 +- ui/gtk/funnel_stat.c | 2 +- ui/gtk/gsm_a_stat.c | 2 +- ui/gtk/gsm_map_stat.c | 2 +- ui/gtk/gsm_map_summary.c | 2 +- ui/gtk/gtp_stat.c | 2 +- ui/gtk/h225_counter.c | 2 +- ui/gtk/h225_ras_srt.c | 2 +- ui/gtk/hostlist_eth.c | 2 +- ui/gtk/hostlist_fc.c | 2 +- ui/gtk/hostlist_fddi.c | 2 +- ui/gtk/hostlist_ip.c | 2 +- ui/gtk/hostlist_ipv6.c | 2 +- ui/gtk/hostlist_ipx.c | 2 +- ui/gtk/hostlist_jxta.c | 2 +- ui/gtk/hostlist_ncp.c | 2 +- ui/gtk/hostlist_rsvp.c | 2 +- ui/gtk/hostlist_sctp.c | 2 +- ui/gtk/hostlist_tcpip.c | 2 +- ui/gtk/hostlist_tr.c | 2 +- ui/gtk/hostlist_udpip.c | 2 +- ui/gtk/hostlist_usb.c | 2 +- ui/gtk/hostlist_wlan.c | 2 +- ui/gtk/iax2_analysis.c | 2 +- ui/gtk/io_stat.c | 2 +- ui/gtk/lbm_stream_dlg.c | 2 +- ui/gtk/lbm_uimflow_dlg.c | 2 +- ui/gtk/ldap_stat.c | 2 +- ui/gtk/mac_lte_stat_dlg.c | 2 +- ui/gtk/main_menubar.c | 2 +- ui/gtk/mcast_stream_dlg.c | 2 +- ui/gtk/megaco_stat.c | 2 +- ui/gtk/mgcp_stat.c | 2 +- ui/gtk/mtp3_stat.c | 2 +- ui/gtk/mtp3_summary.c | 2 +- ui/gtk/ncp_stat.c | 2 +- ui/gtk/radius_stat.c | 2 +- ui/gtk/rlc_lte_graph.c | 2 +- ui/gtk/rlc_lte_stat_dlg.c | 2 +- ui/gtk/rpc_progs.c | 2 +- ui/gtk/rpc_stat.c | 2 +- ui/gtk/rtp_analysis.c | 2 +- ui/gtk/rtp_stream_dlg.c | 2 +- ui/gtk/scsi_stat.c | 2 +- ui/gtk/sctp_assoc_analyse.c | 2 +- ui/gtk/sctp_chunk_stat.c | 2 +- ui/gtk/sctp_stat_dlg.c | 2 +- ui/gtk/sip_stat.c | 2 +- ui/gtk/smb2_stat.c | 2 +- ui/gtk/smb_stat.c | 2 +- ui/gtk/stats_tree_stat.c | 2 +- ui/gtk/tap_param_dlg.c | 2 +- ui/gtk/tcp_graph.c | 2 +- ui/gtk/uat_gui.c | 2 +- ui/gtk/voip_calls_dlg.c | 2 +- ui/gtk/wlan_stat_dlg.c | 2 +- ui/gtk/wsp_stat.c | 2 +- ui/stat_menu.h | 76 --------------------------------------- ui/tap-megaco-common.c | 2 +- 94 files changed, 95 insertions(+), 171 deletions(-) ... 1 lines suppressed ...
- Prev by Date: [Wireshark-commits] master 7dd27db: stat_menu.h moved to libui.
- Next by Date: [Wireshark-commits] master c62a905: Sometimes Git can be a real pain.
- Previous by thread: [Wireshark-commits] master 7dd27db: stat_menu.h moved to libui.
- Next by thread: [Wireshark-commits] master c62a905: Sometimes Git can be a real pain.
- Index(es):