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

Commits:

64098e9 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>
    (cherry picked from commit 2597b660ff525a74c91938bab84bd53ca7291d0f)
    Reviewed-on: https://code.wireshark.org/review/32481
    

Actions performed:

    from  79a0e71   Release notes: Add Npcap 0.991.
     add  64098e9   Syslog: proper message handling


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