Wireshark-commits: [Wireshark-commits] master 7390516: For tap UIs, register a list of parameters a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Nov 2014 18:31:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7390516f61e64568e8cbdee64dbb6b908bbc2676 Submitter: Guy Harris (guy@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 7390516 by Guy Harris (guy@xxxxxxxxxxxx): For tap UIs, register a list of parameters and some menu information. The intent here is to centralize more UI information so that we can move more tap UI stuff to common code. This is a beginning. Change-Id: Ic35ac0c01bc7b942aab88177db4065847a5e6c30 Reviewed-on: https://code.wireshark.org/review/5301 Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx> Actions performed: from 09f0d2c hiqnet: Improve dissection for hiqnet over TCP or UDP adds 7390516 For tap UIs, register a list of parameters and some menu information. Summary of changes: epan/conversation_table.c | 19 ++++++- epan/stat_cmd_args.c | 14 ++++++ epan/stat_cmd_args.h | 37 ++++++++++++++ epan/wslua/wslua_util.c | 10 +++- ui/cli/tap-afpstat.c | 12 ++++- ui/cli/tap-ansi_astat.c | 12 ++++- ui/cli/tap-bootpstat.c | 12 ++++- ui/cli/tap-camelcounter.c | 11 +++- ui/cli/tap-camelsrt.c | 11 +++- ui/cli/tap-comparestat.c | 11 +++- ui/cli/tap-dcerpcstat.c | 12 ++++- ui/cli/tap-diameter-avp.c | 11 +++- ui/cli/tap-expert.c | 11 +++- ui/cli/tap-follow.c | 36 +++++++++++-- ui/cli/tap-funnel.c | 10 +++- ui/cli/tap-gsm_astat.c | 11 +++- ui/cli/tap-h225counter.c | 11 +++- ui/cli/tap-h225rassrt.c | 11 +++- ui/cli/tap-hosts.c | 12 ++++- ui/cli/tap-httpstat.c | 12 ++++- ui/cli/tap-icmpstat.c | 11 +++- ui/cli/tap-icmpv6stat.c | 11 +++- ui/cli/tap-iostat.c | 12 ++++- ui/cli/tap-macltestat.c | 11 +++- ui/cli/tap-megacostat.c | 11 +++- ui/cli/tap-mgcpstat.c | 11 +++- ui/cli/tap-protocolinfo.c | 11 +++- ui/cli/tap-protohierstat.c | 11 +++- ui/cli/tap-radiusstat.c | 11 +++- ui/cli/tap-rlcltestat.c | 12 ++++- ui/cli/tap-rpcprogs.c | 11 +++- ui/cli/tap-rpcstat.c | 11 +++- ui/cli/tap-rtp.c | 11 +++- ui/cli/tap-rtspstat.c | 12 ++++- ui/cli/tap-scsistat.c | 12 ++++- ui/cli/tap-sctpchunkstat.c | 11 +++- ui/cli/tap-sipstat.c | 12 ++++- ui/cli/tap-smbsids.c | 11 +++- ui/cli/tap-smbstat.c | 11 +++- ui/cli/tap-stats_tree.c | 10 +++- ui/cli/tap-sv.c | 12 ++++- ui/cli/tap-wspstat.c | 13 ++++- ui/gtk/ansi_map_stat.c | 11 +++- ui/gtk/compare_stat.c | 11 +++- ui/gtk/dcerpc_stat.c | 12 ++++- ui/gtk/expert_comp_dlg.c | 12 ++++- ui/gtk/flow_graph.c | 12 ++++- ui/gtk/gsm_a_stat.c | 120 ++++++++++++++++++++++++++++++++++++++++---- ui/gtk/gsm_map_stat.c | 12 ++++- ui/gtk/iax2_analysis.c | 12 ++++- ui/gtk/io_stat.c | 12 ++++- ui/gtk/mtp3_stat.c | 12 ++++- ui/gtk/rpc_progs.c | 12 ++++- ui/gtk/rpc_stat.c | 12 ++++- ui/gtk/rtp_analysis.c | 12 ++++- ui/gtk/tap_param_dlg.c | 12 ++++- ui/gtk/tap_param_dlg.h | 14 +----- ui/gtk/voip_calls_dlg.c | 12 ++++- ui/qt/io_graph_dialog.cpp | 12 ++++- 59 files changed, 764 insertions(+), 83 deletions(-)
- Prev by Date: [Wireshark-commits] master 09f0d2c: hiqnet: Improve dissection for hiqnet over TCP or UDP
- Next by Date: [Wireshark-commits] master 0e64efc: Use G_GUINT64_FORMAT to format a guint64.
- Previous by thread: [Wireshark-commits] master 09f0d2c: hiqnet: Improve dissection for hiqnet over TCP or UDP
- Next by thread: [Wireshark-commits] master 0e64efc: Use G_GUINT64_FORMAT to format a guint64.
- Index(es):