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 d3aaea1: systemd Journal: Strings are UTF-8.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Nov 2018 04:33:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d3aaea10f7e32dbed2e72232b4b269a89a135f20
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d3aaea1 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    systemd Journal: Strings are UTF-8.
    
    systemd Journal Export text fields are UTF-8. Use tvb_get_string_enc
    instead of tvb_format_text. Use col_add_str to add packet-scoped strings.
    
    Change-Id: I01d8d9127e6baf2f9c27d1e4a66071ec6173f181
    Reviewed-on: https://code.wireshark.org/review/30708
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  bf11722   CIP Safety: Multiple services off by 1
     add  d3aaea1   systemd Journal: Strings are UTF-8.


Summary of changes:
 epan/dissectors/packet-systemd-journal.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)