Wireshark-commits: [Wireshark-commits] master f72e504: Dissect LDAP strings as UTF-8.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 May 2019 04:11:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f72e504817de983039f785439036d57897465d99
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f72e504 by Guy Harris (guy@xxxxxxxxxxxx):

    Dissect LDAP strings as UTF-8.
    
    This requires some special hackery, including a new packet-ber.c
    routine, as those strings are just OCTET STRINGs, not UTF8Strings.
    
    Change-Id: I776ed47f7400eba366a630b60b94be3397f7b45f
    Reviewed-on: https://code.wireshark.org/review/33403
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c79145c   Flexray: Add heuristic subdissection
     add  f72e504   Dissect LDAP strings as UTF-8.


Summary of changes:
 debian/libwireshark0.symbols                     |   1 +
 epan/dissectors/asn1/ldap/ldap.cnf               |   7 +-
 epan/dissectors/asn1/ldap/packet-ldap-template.c |   2 +-
 epan/dissectors/packet-ber.c                     | 139 +++++++++++++----------
 epan/dissectors/packet-ber.h                     |   1 +
 epan/dissectors/packet-ldap.c                    | 121 ++++++++++----------
 6 files changed, 143 insertions(+), 128 deletions(-)