Wireshark-commits: [Wireshark-commits] master 4d3c4c4: Rename stat_cmd_args.[ch] to stat_tap_ui.[ch
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Nov 2014 18:52:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d3c4c4f12726404549e5c8a99439b5a371da282 Submitter: Guy Harris (guy@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 4d3c4c4 by Guy Harris (guy@xxxxxxxxxxxx): Rename stat_cmd_args.[ch] to stat_tap_ui.[ch]. The intent is to handle more than just command-line arguments; reflect that. Change-Id: Ia10efda85a9d11c6579d1bec6f789cee30d9e825 Reviewed-on: https://code.wireshark.org/review/5304 Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx> Actions performed: from 0dae81b Allow SCTP graphs to resize with the window they're in. adds 4d3c4c4 Rename stat_cmd_args.[ch] to stat_tap_ui.[ch]. Summary of changes: epan/CMakeLists.txt | 2 +- epan/Makefile.common | 4 ++-- epan/conversation_table.c | 2 +- epan/{stat_cmd_args.c => stat_tap_ui.c} | 18 +++----------- epan/{stat_cmd_args.h => stat_tap_ui.h} | 39 ++++++++++++++----------------- epan/wslua/wslua_util.c | 2 +- rawshark.c | 2 +- tfshark.c | 2 +- tshark.c | 2 +- ui/cli/tap-afpstat.c | 2 +- ui/cli/tap-ansi_astat.c | 2 +- ui/cli/tap-bootpstat.c | 2 +- ui/cli/tap-camelcounter.c | 2 +- ui/cli/tap-camelsrt.c | 2 +- ui/cli/tap-comparestat.c | 2 +- ui/cli/tap-dcerpcstat.c | 2 +- ui/cli/tap-diameter-avp.c | 2 +- ui/cli/tap-expert.c | 2 +- ui/cli/tap-follow.c | 2 +- ui/cli/tap-funnel.c | 2 +- ui/cli/tap-gsm_astat.c | 2 +- ui/cli/tap-h225counter.c | 2 +- ui/cli/tap-h225rassrt.c | 2 +- ui/cli/tap-hosts.c | 2 +- ui/cli/tap-httpstat.c | 2 +- ui/cli/tap-icmpstat.c | 2 +- ui/cli/tap-icmpv6stat.c | 2 +- ui/cli/tap-iostat.c | 2 +- ui/cli/tap-iousers.c | 2 +- ui/cli/tap-macltestat.c | 2 +- ui/cli/tap-megacostat.c | 2 +- ui/cli/tap-mgcpstat.c | 2 +- ui/cli/tap-protocolinfo.c | 2 +- ui/cli/tap-protohierstat.c | 2 +- ui/cli/tap-radiusstat.c | 2 +- ui/cli/tap-rlcltestat.c | 2 +- ui/cli/tap-rpcprogs.c | 2 +- ui/cli/tap-rpcstat.c | 2 +- ui/cli/tap-rtp.c | 2 +- ui/cli/tap-rtspstat.c | 2 +- ui/cli/tap-scsistat.c | 2 +- ui/cli/tap-sctpchunkstat.c | 2 +- ui/cli/tap-sipstat.c | 2 +- ui/cli/tap-smbsids.c | 2 +- ui/cli/tap-smbstat.c | 2 +- ui/cli/tap-stats_tree.c | 2 +- ui/cli/tap-sv.c | 2 +- ui/cli/tap-wspstat.c | 2 +- ui/gtk/ansi_a_stat.c | 2 +- ui/gtk/ansi_map_stat.c | 2 +- ui/gtk/compare_stat.c | 2 +- ui/gtk/dcerpc_stat.c | 2 +- ui/gtk/expert_comp_dlg.c | 2 +- ui/gtk/flow_graph.c | 2 +- ui/gtk/gsm_a_stat.c | 2 +- ui/gtk/gsm_map_stat.c | 2 +- ui/gtk/iax2_analysis.c | 2 +- ui/gtk/io_stat.c | 2 +- ui/gtk/main.c | 2 +- ui/gtk/mtp3_stat.c | 2 +- ui/gtk/rpc_progs.c | 2 +- ui/gtk/rpc_stat.c | 2 +- ui/gtk/rtp_analysis.c | 2 +- ui/gtk/scsi_stat.c | 2 +- ui/gtk/tap_param_dlg.c | 2 +- ui/gtk/tap_param_dlg.h | 2 +- ui/gtk/voip_calls_dlg.c | 2 +- ui/qt/io_graph_dialog.cpp | 2 +- ui/qt/main.cpp | 2 +- ui/qt/traffic_table_dialog.cpp | 2 +- 70 files changed, 89 insertions(+), 106 deletions(-) rename epan/{stat_cmd_args.c => stat_tap_ui.c} (89%) rename epan/{stat_cmd_args.h => stat_tap_ui.h} (76%)
- Prev by Date: [Wireshark-commits] master 0dae81b: Allow SCTP graphs to resize with the window they're in.
- Next by Date: [Wireshark-commits] master c3582a6: There's nothing GTK+ about TShark.
- Previous by thread: [Wireshark-commits] master 0dae81b: Allow SCTP graphs to resize with the window they're in.
- Next by thread: [Wireshark-commits] master c3582a6: There's nothing GTK+ about TShark.
- Index(es):