Wireshark-commits: [Wireshark-commits] master 4a5ca5c: bytes_to_ep_str -> bytes_to_str

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

Commits:

4a5ca5c by Michael Mann (mmann78@xxxxxxxxxxxx):

    bytes_to_ep_str -> bytes_to_str
    
    Change-Id: Ifcda8328dedec0ef4104c3a124d6246f99493750
    Reviewed-on: https://code.wireshark.org/review/6389
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2209678   ep_<protocol>_port_to_display -> <protocol>_port_to_display
    adds  4a5ca5c   bytes_to_ep_str -> bytes_to_str


Summary of changes:
 epan/crypt/airpdcap.c              |    6 ++++--
 epan/crypt/airpdcap_debug.h        |    7 ++++++-
 epan/dissectors/packet-ap1394.c    |    5 +----
 epan/dissectors/packet-arp.c       |    6 +++---
 epan/dissectors/packet-ber.c       |    2 +-
 epan/dissectors/packet-btsdp.c     |    2 +-
 epan/dissectors/packet-isakmp.c    |    2 +-
 epan/dissectors/packet-ncp2222.inc |    6 +++---
 epan/dissectors/packet-rtmpt.c     |    4 ++--
 epan/dissectors/packet-sigcomp.c   |    2 +-
 epan/dissectors/packet-ssl-utils.c |    5 ++++-
 epan/dissectors/packet-ubertooth.c |    2 +-
 epan/dissectors/packet-yami.c      |    4 ++--
 epan/sigcomp-udvm.c                |    6 +++---
 epan/sigcomp_state_hdlr.c          |   14 +++++++++-----
 epan/to_str.c                      |   27 ---------------------------
 epan/to_str.h                      |    6 +-----
 ui/gtk/lbm_stream_dlg.c            |   10 +++++-----
 ui/gtk/lbm_uimflow_dlg.c           |    8 ++++----
 ui/gtk/mcast_stream.c              |    4 ++--
 ui/qt/lbm_stream_dialog.cpp        |    2 +-
 ui/qt/lbm_uimflow_dialog.cpp       |    4 ++--
 ui/qt/uat_dialog.cpp               |    7 ++++++-
 23 files changed, 63 insertions(+), 78 deletions(-)