Wireshark-commits: [Wireshark-commits] master cdaa669: Replace ax25_to_str and get_ax25_name with a

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

Commits:

cdaa669 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace ax25_to_str and get_ax25_name with address_to_str.
    
    Change-Id: I74ddb6fc629ef32b217dede7a3ba652cbbf5ab12
    Reviewed-on: https://code.wireshark.org/review/5932
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  6f8de87   Allow "cba" filter prefix for hf_ fields (missed a Profinet file the first time)
    adds  cdaa669   Replace ax25_to_str and get_ax25_name with address_to_str.


Summary of changes:
 epan/address_to_str.c           |   24 ------------------------
 epan/column-utils.c             |    2 +-
 epan/dissectors/packet-aprs.c   |    4 +++-
 epan/dissectors/packet-arp.c    |   11 +++++++++--
 epan/dissectors/packet-ax25.c   |    9 +++------
 epan/dissectors/packet-netrom.c |   10 +++-------
 epan/proto.c                    |   11 +++++++----
 epan/to_str.h                   |    3 +--
 8 files changed, 27 insertions(+), 47 deletions(-)