Wireshark-commits: [Wireshark-commits] master 2597b66: Syslog: proper message handling
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Mar 2019 14:20:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2597b660ff525a74c91938bab84bd53ca7291d0f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

2597b66 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    Syslog: proper message handling
    
    RFC5424 defines UTF-8 strings in msgid are prefixed with 0xefbbbf.
    Msgid can can contain spaces, so we shouldn't stop there.
    
    RFC5424 defines another format as RFC3164 for header and message.
    
    Bug: 15607
    Change-Id: If61f1389c81cd2f2a05bd5c98491ab2f1bcfb789
    Reviewed-on: https://code.wireshark.org/review/32472
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3d82725   NAS 5GS: Fix dissection of Registration request half octet  IE's
     add  2597b66   Syslog: proper message handling


Summary of changes:
 epan/dissectors/packet-syslog.c | 74 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 71 insertions(+), 3 deletions(-)