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 511c2e1: tshark: add -G elastic-mapping report.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Apr 2018 08:57:48 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=511c2e166a6d3eeb37930a3dd7f40056498456ca
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

511c2e1 by Dario Lombardo (lomato@xxxxxxxxx):

    tshark: add -G elastic-mapping report.
    
    This option generates an ElasticSearch mapping file as described here:
    https://www.elastic.co/blog/analyzing-network-packets-with-wireshark-elasticsearch-and-kibana
    
    It leverages the Glib-json library.
    
    Change-Id: Iff25f991e87d3da07bf06654e353fb785799dde9
    Reviewed-on: https://code.wireshark.org/review/26848
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  8843535   QUIC: fix short packet type, update error codes (draft -10)
    adds  511c2e1   tshark: add -G elastic-mapping report.


Summary of changes:
 CMakeLists.txt                   |  14 +++
 cmake/modules/FindJSONGLIB.cmake |  70 ++++++++++++++
 cmakeconfig.h.in                 |   3 +
 doc/tshark.pod                   |   6 ++
 docbook/release-notes.asciidoc   |   1 +
 epan/proto.c                     | 204 +++++++++++++++++++++++++++++++++++++++
 epan/proto.h                     |   5 +
 tools/debian-setup.sh            |   2 +-
 tools/macos-setup-brew.sh        |   2 +-
 tools/rpm_setup.sh               |   2 +-
 tshark.c                         |   5 +
 11 files changed, 311 insertions(+), 3 deletions(-)
 create mode 100644 cmake/modules/FindJSONGLIB.cmake