From: Russ Combs Date: Thu, 11 May 2017 14:29:07 +0000 (-0400) Subject: build 233 X-Git-Tag: 3.0.0-233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ae50f4be245efd469dee2ce2855b6235b07aa42;p=thirdparty%2Fsnort3.git build 233 --- diff --git a/ChangeLog b/ChangeLog index 99c044e52..dadfec6df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +17/05/11 - build 233 + +-- packet manager: ensure ether type proto ids don't masquerade as ip proto ids + thanks to Bhargava Shastry for reporting the issue +-- codec manager: fix off-by-1 mapping array size + thanks to Bhargava Shastry for reporting the issue +-- codec: fix extraction of ether type from cisco metadata +-- appid: add new unit tests to the cmake build, fix missing lib reference to sfip +-- sfghash: clean up and add unit tests +-- http: fix 119:38 false positive +-- main: fix compiler warnings when SHELL is not enabled +-- perf_monitor: fix flatbuffers handling of empty strings +-- modbus: port fix for false positives on length field +-- http: port simple UTF decoding w/o byte order mark +-- build: updated code to resolve cppcheck warnings +-- cleanup: fix typos in source code string literals and comments +-- doc: fix typos + 17/04/28 - build 232 -- build: clean up Intel compiler warnings and remarks diff --git a/src/main/build.h b/src/main/build.h index a61593d2a..73b488651 100644 --- a/src/main/build.h +++ b/src/main/build.h @@ -10,7 +10,7 @@ // // //-----------------------------------------------// -#define BUILD "232" +#define BUILD "233" #endif