Wireshark-commits: [Wireshark-commits] master 99b6afb: Add a name field to tap_param, for use in er
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99b6afbc28e24dcd7efeb8b1379e1f9947d20fe6
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
99b6afb by Guy Harris (guy@xxxxxxxxxxxx):
    Add a name field to tap_param, for use in error messages.
    
    Change-Id: Ia4317b61ff30e269eba0ee2ea2c46f1668544b1b
    Reviewed-on: https://code.wireshark.org/review/5309
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  04ab731   The registered -z parameter string shouldn't end with a comma.
    adds  99b6afb   Add a name field to tap_param, for use in error messages.
Summary of changes:
 epan/stat_tap_ui.h        |    9 +++++----
 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/wsp_stat.c         |    2 +-
 24 files changed, 29 insertions(+), 28 deletions(-)