Wireshark-commits: [Wireshark-commits] master 9fa13ff: [packet-gelf.c] Add dissector for GELF proto
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 May 2019 03:38:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9fa13ff70d16049eaa16eedb43a51bd95456407b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9fa13ff by Slava Bacherikov (slava@xxxxxxxxxxxx):

    [packet-gelf.c] Add dissector for GELF protocol
    
    Add dissection for Graylog Extended Log Format (GELF) over UDP.
    
    Bug: 15776
    Change-Id: Ie976a1dee8d3441532f209061aef5c804219f289
    Reviewed-on: https://code.wireshark.org/review/33184
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1f75694   docbook: add a link to the gerrit manual explaining change-ids.
     add  9fa13ff   [packet-gelf.c] Add dissector for GELF protocol


Summary of changes:
 docbook/release-notes.adoc     |   1 +
 epan/dissectors/CMakeLists.txt |   1 +
 epan/dissectors/packet-gelf.c  | 432 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 434 insertions(+)
 create mode 100644 epan/dissectors/packet-gelf.c