Wireshark-commits: [Wireshark-commits] master 8df0bac: Remove the LDAP wrapping for registering dis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Nov 2015 14:52:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8df0bac6cf524af04b48579fc0ae78aaa9928d60
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8df0bac by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove the LDAP wrapping for registering dissectors and just use dissector_add_string directly.
    
    Change-Id: I307ee31562a5a84bc62691f367e3b8df3cb3f244
    Reviewed-on: https://code.wireshark.org/review/12097
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  8a999d7   Convert T.124 API to use "new style" dissectors.
    adds  8df0bac   Remove the LDAP wrapping for registering dissectors and just use dissector_add_string directly.


Summary of changes:
 asn1/ldap/packet-ldap-template.c     |   37 +++++------------------------
 asn1/ldap/packet-ldap-template.h     |    4 ----
 asn1/x509af/packet-x509af-template.c |   14 +++++------
 epan/dissectors/packet-ldap.c        |   43 +++++++---------------------------
 epan/dissectors/packet-ldap.h        |    4 ----
 epan/dissectors/packet-x509af.c      |   14 +++++------
 6 files changed, 29 insertions(+), 87 deletions(-)