-15/09/04 - build 169
+15/09/17 - build 170
+
+-- removed unused control socket defines from cmake
+-- fixed build error with valgrind build option
+-- cleanup *FLAGS use in configure.ac
+-- change configure.ac compiler search order to prefer clang over gcc
+-- update where to get dnet
+-- update usage and bug list
+-- move extra daqs and extra hext logger to main source tree
+-- fix breakloop in file daq
+-- fix plain file processing
+-- fix detection of stream_user and stream_file data
+-- log innermost proto for type of broken packets
+
+15/09/10 - build 169
-- fix chunked manual install
-- add event direction bug
fi
fi
-AC_MSG_CHECKING([for pcap_lex_destroy])
-AC_RUN_IFELSE(
-[AC_LANG_PROGRAM(
-[[
-#include <pcap.h>
-]],
-[[
- pcap_lex_destroy();
-]])],
-[have_pcap_lex_destroy="yes"],
-[have_pcap_lex_destroy="no"])
-AC_MSG_RESULT($have_pcap_lex_destroy)
-if test "x$have_pcap_lex_destroy" = "xyes"; then
- AC_DEFINE([HAVE_PCAP_LEX_DESTROY],[1],[Can cleanup lex buffer stack created by pcap bpf filter])
-fi
-
AC_MSG_CHECKING([for pcap_lib_version])
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
* *--enable-shell*: enable local and remote command line shell support.
+These features are built only if the required libraries and headers are
+present. There is no need to explicitly enable.
+
+* *lzma*: from http://www.7-zip.org/sdk.html for decompression of SWF fles.
+
+* *openssl*: from https://www.openssl.org for SHA and MD5 file signatures and
+ the protected_content rule option.
+
+* *intel-soft-cpm": an optional pattern matcher based on a library from
+ Intel.
+
+If you need to use headers and/or libraries in non-standard locations, you
+can use these options:
+
+* *--with-pkg-includes*: specify the directory containing the package
+ headers.
+
+* *--with-pkg-libraries*: specify the directory containing the package
+ libraries.
+
+These can be use for pcap, luajit, pcre, dnet, daq, lzma, openssl, and
+intel-soft-cpm packages.
+
// //
//-----------------------------------------------//
-#define BUILD "169"
+#define BUILD "170"
#endif