aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-01-14 16:48:43 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2014-01-14 16:48:43 +0000
commit330654baf8f16fac4529a0f62c323397369ccb11 (patch)
tree153228fc8411d135ec601225a9f6b0d015e75b7e
parenteabf15f80ac98a00a738fffe718f37a04138ac41 (diff)
downloadwireshark-330654baf8f16fac4529a0f62c323397369ccb11.tar.gz
wireshark-330654baf8f16fac4529a0f62c323397369ccb11.tar.bz2
wireshark-330654baf8f16fac4529a0f62c323397369ccb11.zip
SNOW3G is not available on default Wireshark
svn path=/trunk/; revision=54788
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index 88613a81f1..da18968937 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -41,7 +41,7 @@
#endif /* HAVE_LIBGCRYPT */
/* Define this symbol if you have a working implementation of SNOW3G f8() and f9() available */
-#define HAVE_SNOW3G
+/* #define HAVE_SNOW3G */
#ifdef HAVE_SNOW3G
#include <epan/snow3g_algorithm.h>
#endif