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 4729e13: Add an optional flag and a type for UUID par

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

Commits:

4729e13 by Guy Harris (guy@xxxxxxxxxxxx):

    Add an optional flag and a type for UUID parameters for stat taps.
    
    For future use, with common code to parse the -z argument.
    
    Change-Id: Ib2a11bd5c91b5ac48ced2cd2d112b97c301ff72a
    Reviewed-on: https://code.wireshark.org/review/5307
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  42c6e57   Update my e-mail address again.
    adds  4729e13   Add an optional flag and a type for UUID parameters for stat taps.


Summary of changes:
 epan/stat_tap_ui.h        |    2 ++
 ui/gtk/afp_stat.c         |    2 +-
 ui/gtk/bootp_stat.c       |    2 +-
 ui/gtk/camel_counter.c    |    2 +-
 ui/gtk/camel_srt.c        |    2 +-
 ui/gtk/diameter_stat.c    |    2 +-
 ui/gtk/fc_stat.c          |    2 +-
 ui/gtk/gtp_stat.c         |    2 +-
 ui/gtk/h225_counter.c     |    2 +-
 ui/gtk/h225_ras_srt.c     |    2 +-
 ui/gtk/ldap_stat.c        |    2 +-
 ui/gtk/mac_lte_stat_dlg.c |    2 +-
 ui/gtk/megaco_stat.c      |    2 +-
 ui/gtk/mgcp_stat.c        |    2 +-
 ui/gtk/ncp_stat.c         |    2 +-
 ui/gtk/radius_stat.c      |    2 +-
 ui/gtk/rlc_lte_stat_dlg.c |    2 +-
 ui/gtk/scsi_stat.c        |    4 ++--
 ui/gtk/sctp_chunk_stat.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/wsp_stat.c         |    2 +-
 25 files changed, 28 insertions(+), 24 deletions(-)