Wireshark-commits: [Wireshark-commits] master 55de46f: Replace ep_address_to_str with address_to_st

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

Commits:

55de46f by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace ep_address_to_str with address_to_str.
    
    Change-Id: I4f1078b20f41800f72a751612703ad0d4c2ae87b
    Reviewed-on: https://code.wireshark.org/review/6323
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  124272e   [PROFINET] v2: Fix swapped MaintenanceRequired & MaintenanceDemanded bits
    adds  55de46f   Replace ep_address_to_str with address_to_str.


Summary of changes:
 debian/libwireshark0.symbols          |    1 -
 docbook/release-notes.asciidoc        |    3 +-
 epan/addr_resolv.c                    |    2 +-
 epan/addr_resolv.h                    |    2 +-
 epan/address_to_str.c                 |   12 +------
 epan/conversation.c                   |   18 ++++++----
 epan/conversation_table.c             |   37 ++++++++++++--------
 epan/gcp.c                            |    4 +--
 epan/proto.c                          |   30 ++++++++++------
 epan/to_str.c                         |    2 +-
 epan/to_str.h                         |    1 -
 plugins/stats_tree/pinfo_stats_tree.c |   14 ++++----
 tools/checkAPIs.pl                    |    1 -
 ui/cli/tap-diameter-avp.c             |    2 +-
 ui/cli/tap-sctpchunkstat.c            |   29 ++++++++-------
 ui/gtk/capture_dlg.c                  |   10 ++++--
 ui/gtk/capture_if_dlg.c               |    7 ++--
 ui/gtk/compare_stat.c                 |    5 ++-
 ui/gtk/lbm_stream_dlg.c               |    9 +++--
 ui/gtk/lbm_uimflow_dlg.c              |    4 +--
 ui/gtk/mcast_stream_dlg.c             |   14 +++++---
 ui/gtk/packet_win.c                   |    5 ++-
 ui/gtk/rtp_stream_dlg.c               |   17 ++++++---
 ui/gtk/sctp_assoc_analyse.c           |   62 ++++++++++++++++++++++-----------
 ui/gtk/sctp_chunk_stat.c              |   10 ++++--
 ui/gtk/sctp_chunk_stat_dlg.c          |    8 +++--
 ui/gtk/sctp_stat_dlg.c                |   35 +++++++++++++------
 ui/gtk/tcp_graph.c                    |    9 +++--
 ui/gtk/voip_calls_dlg.c               |    5 ++-
 ui/gtk/wlan_stat_dlg.c                |   14 +++++---
 ui/iface_lists.c                      |    8 +++--
 ui/qt/lbm_lbtrm_transport_dialog.cpp  |    4 +--
 ui/qt/lbm_lbtru_transport_dialog.cpp  |    4 +--
 ui/qt/lbm_stream_dialog.cpp           |   26 +++++++-------
 ui/qt/lbm_uimflow_dialog.cpp          |    4 +--
 ui/qt/manage_interfaces_dialog.cpp    |    8 +++--
 ui/qt/sctp_assoc_analyse_dialog.cpp   |    8 +++--
 ui/qt/tcp_stream_dialog.cpp           |   13 ++++---
 ui/qt/voip_calls_dialog.cpp           |    5 ++-
 39 files changed, 287 insertions(+), 165 deletions(-)