Wireshark-commits: [Wireshark-commits] master 1d598bb: Replace ip6_to_str and ip6_guint8_to_str wit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 28 Dec 2014 14:09:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d598bbff76f915ec961d301f5eb0eef03d46d0a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1d598bb by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.
    
    Change-Id: I1d258923a7a63539ec8456d3e306bca5016a1e4b
    Reviewed-on: https://code.wireshark.org/review/6060
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9fce4dd   If we can't open the GeoIP database, close and unlink the map file.
    adds  1d598bb   Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.


Summary of changes:
 debian/libwireshark0.symbols           |    2 -
 epan/address_to_str.c                  |   26 --------
 epan/dissectors/packet-aodv.c          |  113 ++++++++++++++------------------
 epan/dissectors/packet-babel.c         |    8 ++-
 epan/dissectors/packet-bgp.c           |   50 +++++++-------
 epan/dissectors/packet-dhcpv6.c        |    4 +-
 epan/dissectors/packet-diameter.c      |    4 +-
 epan/dissectors/packet-dns.c           |    6 +-
 epan/dissectors/packet-eigrp.c         |    6 +-
 epan/dissectors/packet-gsm_a_gm.c      |    7 +-
 epan/dissectors/packet-gtp.c           |   39 ++++-------
 epan/dissectors/packet-gtpv2.c         |    4 +-
 epan/dissectors/packet-icmpv6.c        |   20 ++++--
 epan/dissectors/packet-ipv6.c          |   11 ++--
 epan/dissectors/packet-isis-lsp.c      |    4 +-
 epan/dissectors/packet-lisp.c          |    4 +-
 epan/dissectors/packet-lldp.c          |   12 ++--
 epan/dissectors/packet-nsip.c          |    4 +-
 epan/dissectors/packet-ospf.c          |    4 +-
 epan/dissectors/packet-ppp.c           |    8 ++-
 epan/dissectors/packet-rsip.c          |    4 +-
 epan/dissectors/packet-sasp.c          |    2 +-
 epan/dissectors/packet-smb.c           |    4 +-
 epan/dissectors/packet-tcp.c           |    4 +-
 epan/dissectors/packet-udp.c           |    4 +-
 epan/dissectors/packet-xmcp.c          |    4 +-
 epan/follow.c                          |    4 +-
 epan/proto.c                           |    7 +-
 epan/to_str.h                          |    2 -
 plugins/wimaxasncp/packet-wimaxasncp.c |   16 +----
 tools/checkAPIs.pl                     |    1 -
 ui/gtk/capture_dlg.c                   |    3 +-
 ui/gtk/capture_if_dlg.c                |    3 +-
 ui/gtk/sctp_assoc_analyse.c            |   18 ++---
 ui/gtk/sctp_chunk_stat_dlg.c           |    4 +-
 ui/iface_lists.c                       |    3 +-
 ui/qt/manage_interfaces_dialog.cpp     |    3 +-
 ui/qt/sctp_assoc_analyse_dialog.cpp    |    8 +--
 38 files changed, 183 insertions(+), 247 deletions(-)