From: Russ Combs Date: Fri, 2 Sep 2016 15:11:32 +0000 (-0400) Subject: build 207 X-Git-Tag: 3.0.0-233~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d24deb869af63cdecb8f70f60130c9da82ca5ba2;p=thirdparty%2Fsnort3.git build 207 --- diff --git a/ChangeLog b/ChangeLog index d27ae5ac9..eeb52f2db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +16/09/02 - build 207 + +-- ported smb file processing +-- ported the 2.9.8 ciscometadata decoder +-- ported the 2.9.8 double and triple vlan tagging changes +-- use sd_pattern as a fast-pattern +-- rewrite and fix the rpc option +-- cleanup fragbits option implementation +-- finish up cutover to the new http_inspect by default +-- added appid counts for rsync +-- added http_inspect alerts for Transfer-Encoding and Content-Encoding abuse +-- moved file capture to offload thread +-- numerous fixes, cleanup, and refactoring for appid +-- numerous fixes, cleanup, and refactoring for high availability +-- fixed regex as fast pattern with hyperscan mpse +-- fixed http_inspect and tcp valgrind errors +-- fixed extra auto build from dist + 16/08/10 - build 206 -- ported appid rule option as "appids" diff --git a/src/main/build.h b/src/main/build.h index f5aa27682..7d4b7a1da 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "206" +#define BUILD "207" #endif