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 --- CMakeOptions.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index fa0d354e7d..00351ed49c 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -61,6 +61,8 @@ option(ENABLE_PCAP_NG_DEFAULT "Enable pcap-ng as default file format" ON) option(ENABLE_PORTAUDIO "Build with PortAudio support" ON) option(ENABLE_ZLIB "Build with zlib compression support" ON) +option(ENABLE_LZ4 "Build with LZ4 compression support" ON) +option(ENABLE_SNAPPY "Build with Snappy compression support" ON) option(ENABLE_LUA "Build with Lua dissector support" ON) option(ENABLE_SMI "Build with libsmi snmp support" ON) option(ENABLE_GNUTLS "Build with GNU TLS support" ON) -- cgit v1.2.3