Wireshark-commits: [Wireshark-commits] master 8d5da72: Add	tvb_address_with_resolution_to_str.
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d5da72ff9255a3fd494fb2d842a7ecb9d2c7c14
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8d5da72 by Michael Mann (mmann78@xxxxxxxxxxxx):
    Add tvb_address_with_resolution_to_str.
    
    Convert dissectors to using the API where appropriate.
    
    Change-Id: I059582f73a75635d4a0338d02d4c4b212162480b
    Reviewed-on: https://code.wireshark.org/review/7296
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  ddafa7e   Update Debian symbols list.
    adds  8d5da72   Add tvb_address_with_resolution_to_str.
Summary of changes:
 debian/libwireshark0.symbols           |    1 +
 epan/address_types.c                   |   26 ++++++++++++++
 epan/dissectors/packet-bat.c           |    4 +--
 epan/dissectors/packet-batadv.c        |   61 +++++++++++---------------------
 epan/dissectors/packet-ieee8021ah.c    |   15 +++-----
 epan/dissectors/packet-ip.c            |    4 +--
 epan/dissectors/packet-ospf.c          |    6 ++--
 epan/dissectors/packet-radius.c        |   14 ++++----
 epan/dissectors/packet-vmlab.c         |    9 ++---
 epan/to_str.h                          |    1 +
 plugins/wimaxasncp/packet-wimaxasncp.c |   34 +++++++-----------
 11 files changed, 80 insertions(+), 95 deletions(-)