Wireshark-commits: [Wireshark-commits] master 87b5597: Add address_type_get_by_name

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2016 05:17:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=87b5597ee0170d4fcf05f7eae364fb79e70f8ca3
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

87b5597 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add address_type_get_by_name
    
    This allows the decoupling of a dissector registering an address type
    so it doesn't need to export the returned registered type.
    
    Change-Id: I49c913d042e70bd4b7ea1e964ba9511bb27304f5
    Reviewed-on: https://code.wireshark.org/review/15855
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0baf13f   Completely remove dissector_add_handle.
    adds  87b5597   Add address_type_get_by_name


Summary of changes:
 debian/libwireshark0.symbols  |    1 +
 epan/address_types.c          |   16 ++++++++++++++++
 epan/address_types.h          |    2 ++
 epan/dissectors/packet-tipc.c |    2 +-
 4 files changed, 20 insertions(+), 1 deletion(-)