From 511c2e166a6d3eeb37930a3dd7f40056498456ca Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Mon, 9 Apr 2018 12:31:38 +0200 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu Reviewed-by: Dario Lombardo --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 6a1c993074..2c7ba5c75e 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -71,6 +71,9 @@ /* Define if LIBSSH support is enabled */ #cmakedefine HAVE_LIBSSH 1 +/* Define if JSONGLIB support is enabled */ +#cmakedefine HAVE_JSONGLIB 1 + /* Define if LIBSSH has ssh_userauth_agent() function */ #cmakedefine HAVE_SSH_USERAUTH_AGENT 1 -- cgit v1.2.3