Wireshark-commits: [Wireshark-commits] master-2.4 3dd7801: ldap: Format text used in COL_INFO
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 17 Feb 2018 16:22:30 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3dd78011ef025e0b4bf70c40cfd268165713e50a
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

3dd7801 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    ldap: Format text used in COL_INFO
    
    Use format_text() on strings from packet used in COL_INFO to
    show non-printable characters as C-style escapes.
    
    Bug: 14424
    Change-Id: Ibeb18958e0c5877681a18873377ad96d7237490c
    Reviewed-on: https://code.wireshark.org/review/25808
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 306c1c85cdf321ba81e5ccf0c6299182f66ea34c)
    Reviewed-on: https://code.wireshark.org/review/25834
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  8ad0c5b   Thread: use wider variables to prevent overflow and infinite loops
    adds  3dd7801   ldap: Format text used in COL_INFO


Summary of changes:
 epan/dissectors/asn1/ldap/ldap.cnf | 6 +++---
 epan/dissectors/packet-ldap.c      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)