Wireshark-commits: [Wireshark-commits] master 13531d3: Convert dissectors to use address_with_resol

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Feb 2015 15:34:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13531d36fb91f3abbd6e62add83faf863e62d974
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

13531d3 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert dissectors to use address_with_resolution_to_str instead of two separate calls for address string and name resolution.
    
    Change-Id: I7c8cfbcf201b3b73afe731302572646ce7833d64
    Reviewed-on: https://code.wireshark.org/review/7284
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  c1b672c   checkAPIs: match packet-*.[ch], independent of locale
    adds  13531d3   Convert dissectors to use address_with_resolution_to_str instead of two separate calls for address string and name resolution.


Summary of changes:
 epan/dissectors/packet-bat.c       |   28 +++++------
 epan/dissectors/packet-batadv.c    |   96 ++++++++++++++++++------------------
 epan/dissectors/packet-eth.c       |   12 ++---
 epan/dissectors/packet-ieee80211.c |    6 +--
 epan/dissectors/packet-ip.c        |    6 +--
 epan/dissectors/packet-ipv6.c      |    4 +-
 epan/dissectors/packet-mim.c       |    4 +-
 epan/dissectors/packet-wol.c       |   12 ++---
 8 files changed, 82 insertions(+), 86 deletions(-)