Wireshark-commits: [Wireshark-commits] master cff098e: guid_to_ep_str -> guid_to_str

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

Commits:

cff098e by Michael Mann (mmann78@xxxxxxxxxxxx):

    guid_to_ep_str -> guid_to_str
    
    guid_to_str now uses wmem allocation.
    
    Change-Id: I8e48d1a720942fbefbaa6227ae0929cb9f856359
    Reviewed-on: https://code.wireshark.org/review/6391
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5d610b5   Remove decode_numeric_bitfield.
    adds  cff098e   guid_to_ep_str -> guid_to_str


Summary of changes:
 debian/libwireshark0.symbols           |    2 +-
 epan/dissectors/packet-acn.c           |    6 +++---
 epan/dissectors/packet-ceph.c          |    2 +-
 epan/dissectors/packet-dcerpc.c        |   16 ++++++++--------
 epan/dissectors/packet-dtpt.c          |    4 ++--
 epan/dissectors/packet-glusterfs.c     |    2 +-
 epan/dissectors/packet-mbim.c          |    6 +++---
 epan/dissectors/packet-smb2.c          |    2 +-
 epan/guid-utils.h                      |    4 ++--
 epan/proto.c                           |   12 ++++++++----
 epan/to_str.c                          |    4 ++--
 epan/to_str.h                          |    2 +-
 plugins/profinet/packet-dcerpc-pn-io.c |   19 +++++++++++--------
 ui/gtk/voip_calls_dlg.c                |    6 ++++--
 ui/qt/voip_calls_dialog.cpp            |    6 ++++--
 15 files changed, 52 insertions(+), 41 deletions(-)