From: Russ Combs Date: Fri, 17 Mar 2017 16:04:13 +0000 (-0400) Subject: build 229 X-Git-Tag: 3.0.0-233~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4e1b42b9557d57e9e22cb12020a12eca2eba5fc;p=thirdparty%2Fsnort3.git build 229 --- diff --git a/ChangeLog b/ChangeLog index 349e92ebe..bd761b24f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +17/03/17 - build 229 + +-- fixed mpse to ensure all search methods return consistent results +-- updated search tool to use fast pattern config's search method + (benefits appid, http_inspect, imap, pop, and smtp) +-- snort2lua parsing bug fixes to recognize incomplete constructs +-- http_inspect: added alert 119:81 for nonprinting character in header name +-- http_inspect: added alert 119:82 for bad Content-Length value +-- http_inspect: added alert 119:83 for header wrapping; CR and LF parsed as whitespace + 17/03/02 - build 228 -- update hypercsan mpse: print error message and erroneous pattern when compilation fails diff --git a/src/main/build.h b/src/main/build.h index b1e96bc4e..7ab65457f 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "228" +#define BUILD "229" #endif