Wireshark-commits: [Wireshark-commits] master f002332: Replace ether_to_str with either address_to_

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

Commits:

f002332 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace ether_to_str with either address_to_str or tvb_ether_to_str.
    
    Change-Id: I8cce9fddbfe950e27e96ea8a5a6d2e0921ff4260
    Reviewed-on: https://code.wireshark.org/review/5933
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  cdaa669   Replace ax25_to_str and get_ax25_name with address_to_str.
    adds  f002332   Replace ether_to_str with either address_to_str or tvb_ether_to_str.


Summary of changes:
 debian/libwireshark0.symbols           |    1 -
 epan/addr_resolv.c                     |    4 +-
 epan/address_to_str.c                  |    9 -
 epan/dissectors/packet-ans.c           |    7 +-
 epan/dissectors/packet-arp.c           |    8 +-
 epan/dissectors/packet-batadv.c        |  288 +++++++++-----------------------
 epan/dissectors/packet-eth.c           |   12 +-
 epan/dissectors/packet-ieee80211.c     |   12 +-
 epan/dissectors/packet-mim.c           |    5 +-
 epan/dissectors/packet-vmlab.c         |    2 +-
 epan/dissectors/packet-wifi-p2p.c      |   16 +-
 epan/dissectors/packet-wol.c           |    8 +-
 epan/proto.c                           |    7 +-
 epan/to_str.h                          |    1 -
 plugins/profinet/packet-dcerpc-pn-io.c |   37 ++--
 plugins/wimaxasncp/packet-wimaxasncp.c |    2 +-
 tools/checkAPIs.pl                     |    1 -
 17 files changed, 157 insertions(+), 263 deletions(-)