ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master a21436e: tap_ui -> stat_tap_ui.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 14 Nov 2014 18:42:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a21436eaeddb4979950e569f8004d84680af8075
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a21436e by Guy Harris (guy@xxxxxxxxxxxx):

    tap_ui -> stat_tap_ui.
    
    The old routine had stat_ in the name, as the expectation was that they
    were for statistics taps; that's still the expectation, so have stat_ in
    the data structure and routine names.
    
    Change-Id: Ic98d011012b8641173d41fa0ec4f4e625614370a
    Reviewed-on: https://code.wireshark.org/review/5303
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0e64efc   Use G_GUINT64_FORMAT to format a guint64.
    adds  a21436e   tap_ui -> stat_tap_ui.


Summary of changes:
 epan/conversation_table.c  |    6 +++---
 epan/stat_cmd_args.c       |    4 ++--
 epan/stat_cmd_args.h       |    6 +++---
 epan/wslua/wslua_util.c    |    4 ++--
 ui/cli/tap-afpstat.c       |    4 ++--
 ui/cli/tap-ansi_astat.c    |    4 ++--
 ui/cli/tap-bootpstat.c     |    4 ++--
 ui/cli/tap-camelcounter.c  |    4 ++--
 ui/cli/tap-camelsrt.c      |    4 ++--
 ui/cli/tap-comparestat.c   |    4 ++--
 ui/cli/tap-dcerpcstat.c    |    4 ++--
 ui/cli/tap-diameter-avp.c  |    4 ++--
 ui/cli/tap-expert.c        |    4 ++--
 ui/cli/tap-follow.c        |   12 ++++++------
 ui/cli/tap-funnel.c        |    4 ++--
 ui/cli/tap-gsm_astat.c     |    4 ++--
 ui/cli/tap-h225counter.c   |    4 ++--
 ui/cli/tap-h225rassrt.c    |    4 ++--
 ui/cli/tap-hosts.c         |    4 ++--
 ui/cli/tap-httpstat.c      |    4 ++--
 ui/cli/tap-icmpstat.c      |    4 ++--
 ui/cli/tap-icmpv6stat.c    |    4 ++--
 ui/cli/tap-iostat.c        |    4 ++--
 ui/cli/tap-macltestat.c    |    4 ++--
 ui/cli/tap-megacostat.c    |    4 ++--
 ui/cli/tap-mgcpstat.c      |    4 ++--
 ui/cli/tap-protocolinfo.c  |    4 ++--
 ui/cli/tap-protohierstat.c |    4 ++--
 ui/cli/tap-radiusstat.c    |    4 ++--
 ui/cli/tap-rlcltestat.c    |    4 ++--
 ui/cli/tap-rpcprogs.c      |    4 ++--
 ui/cli/tap-rpcstat.c       |    4 ++--
 ui/cli/tap-rtp.c           |    4 ++--
 ui/cli/tap-rtspstat.c      |    4 ++--
 ui/cli/tap-scsistat.c      |    4 ++--
 ui/cli/tap-sctpchunkstat.c |    4 ++--
 ui/cli/tap-sipstat.c       |    4 ++--
 ui/cli/tap-smbsids.c       |    4 ++--
 ui/cli/tap-smbstat.c       |    4 ++--
 ui/cli/tap-stats_tree.c    |    4 ++--
 ui/cli/tap-sv.c            |    4 ++--
 ui/cli/tap-wspstat.c       |    4 ++--
 ui/gtk/ansi_map_stat.c     |    4 ++--
 ui/gtk/compare_stat.c      |    4 ++--
 ui/gtk/dcerpc_stat.c       |    4 ++--
 ui/gtk/expert_comp_dlg.c   |    4 ++--
 ui/gtk/flow_graph.c        |    4 ++--
 ui/gtk/gsm_a_stat.c        |   40 ++++++++++++++++++++--------------------
 ui/gtk/gsm_map_stat.c      |    4 ++--
 ui/gtk/iax2_analysis.c     |    4 ++--
 ui/gtk/io_stat.c           |    4 ++--
 ui/gtk/mtp3_stat.c         |    4 ++--
 ui/gtk/rpc_progs.c         |    4 ++--
 ui/gtk/rpc_stat.c          |    4 ++--
 ui/gtk/rtp_analysis.c      |    4 ++--
 ui/gtk/tap_param_dlg.c     |    4 ++--
 ui/gtk/voip_calls_dlg.c    |    4 ++--
 ui/qt/io_graph_dialog.cpp  |    4 ++--
 58 files changed, 140 insertions(+), 140 deletions(-)