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