Wireshark-commits: [Wireshark-commits] master 2209678: ep_<protocol>_port_to_display -> <protocol>_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Jan 2015 05:32:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=22096781499c7159ff504f7baa743d295aad06bc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2209678 by Michael Mann (mmann78@xxxxxxxxxxxx):

    ep_<protocol>_port_to_display -> <protocol>_port_to_display
    
    Adjust any other ep_ related APIs related to the transition.
    
    Change-Id: I961b371c2c4bda557e0f1817705c27eef0dae66c
    Reviewed-on: https://code.wireshark.org/review/6388
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  907d145   Various minor updates to the LBM dissectors.
    adds  2209678   ep_<protocol>_port_to_display -> <protocol>_port_to_display


Summary of changes:
 debian/libwireshark0.symbols     |    7 +++----
 epan/addr_resolv.c               |   28 ++++++++++++++--------------
 epan/addr_resolv.h               |   16 ++++++++--------
 epan/column-utils.c              |    6 +++---
 epan/conversation_table.c        |   10 +++++-----
 epan/conversation_table.h        |    2 +-
 epan/dissectors/packet-dccp.c    |   12 ++++++------
 epan/dissectors/packet-dns.c     |    4 ++--
 epan/dissectors/packet-dvbci.c   |   16 ++++++++--------
 epan/dissectors/packet-ipmi.c    |    2 +-
 epan/dissectors/packet-nt-tpcp.c |    6 +++---
 epan/dissectors/packet-rx.c      |   20 ++++++++++----------
 epan/dissectors/packet-sctp.c    |    4 ++--
 epan/dissectors/packet-tcp.c     |    4 ++--
 epan/dissectors/packet-udp.c     |    4 ++--
 epan/dissectors/packet-xmcp.c    |    8 ++++----
 ui/cli/tap-endpoints.c           |    8 +++++---
 ui/cli/tap-iousers.c             |   12 +++++++-----
 ui/gtk/conversations_table.c     |   20 ++++++++++++++------
 ui/gtk/follow_ssl.c              |    9 +++++----
 ui/gtk/follow_tcp.c              |    6 ++++--
 ui/gtk/follow_udp.c              |    6 ++++--
 ui/gtk/hostlist_table.c          |   12 ++++++++----
 ui/qt/conversation_dialog.cpp    |   20 +++++++++++++++-----
 ui/qt/endpoint_dialog.cpp        |   11 ++++++++---
 ui/qt/follow_stream_dialog.cpp   |   15 +++++++++------
 26 files changed, 153 insertions(+), 115 deletions(-)