Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.6 7745b9e: lwm2mtlv: Handle String data type as UTF

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 28 Apr 2018 17:34:04 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7745b9ed1099e54d2b7a87ac237777a3c6dae2e7
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

7745b9e by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    lwm2mtlv: Handle String data type as UTF-8
    
    Display element value as bytes if value is not a valid UTF-8 string.
    Add a new utility function isprint_utf8_string().
    
    Change-Id: I211d5ed423b53a9fd15eb260bbc6298b0b8f46a0
    Reviewed-on: https://code.wireshark.org/review/27178
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 3924c6e544387af7ecd2b6316f1396d857156408)
    Reviewed-on: https://code.wireshark.org/review/27190
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  6248e49   Release notes: Add a note about Qt 5.9.5.
    adds  7745b9e   lwm2mtlv: Handle String data type as UTF-8


Summary of changes:
 debian/libwsutil0.symbols         |  1 +
 epan/dissectors/packet-lwm2mtlv.c | 13 ++++++++++---
 wsutil/str_util.c                 | 19 +++++++++++++++++++
 wsutil/str_util.h                 |  9 +++++++++
 4 files changed, 39 insertions(+), 3 deletions(-)