summaryrefslogtreecommitdiff
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorBenoît Canet <benoit@scylladb.com>2016-09-26 16:25:11 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2016-10-17 18:28:45 +0000
commit47649d1c7fb6ba48b805e19268a711404eb6908b (patch)
tree603eea5969a564511df482a2d8d6a9525cfea74b /cmakeconfig.h.in
parent5c42d8a24c863549166bc1d0875e87a07bedf53e (diff)
downloadwireshark-47649d1c7fb6ba48b805e19268a711404eb6908b.tar.gz
cql: add lz4 and snappy decompression
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 <benoit@scylladb.com> Reviewed-on: https://code.wireshark.org/review/17952 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
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 <linux/sockios.h> header file. */
#cmakedefine HAVE_LINUX_SOCKIOS_H 1