URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3924c6e544387af7ecd2b6316f1396d857156408
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3924c6e 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>
    
Actions performed:
    from  b5fc985   GSM-R protocol dissector
    adds  3924c6e   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(-)