From 47649d1c7fb6ba48b805e19268a711404eb6908b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Canet?= Date: Mon, 26 Sep 2016 16:25:11 +0200 Subject: cql: add lz4 and snappy decompression MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We do not use the STARTUP negotiation since a stream can be captured in its middle but try to decompress if the flag is present and fallback if it fails. Change-Id: Iecbf49a45220b04be7808869c9884548eb1e7694 Signed-off-by: BenoƮt Canet Reviewed-on: https://code.wireshark.org/review/17952 Reviewed-by: Pascal Quantin --- cmakeconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmakeconfig.h.in') diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 4856a22e54..71ea10cbd0 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -160,6 +160,12 @@ /* Define to use zlib library */ #cmakedefine HAVE_ZLIB 1 +/* Define to use lz4 library */ +#cmakedefine HAVE_LZ4 1 + +/* Define to use snappy library */ +#cmakedefine HAVE_SNAPPY 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LINUX_SOCKIOS_H 1 -- cgit v1.2.1