]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 233 3.0.0-233 BUILD_233
authorRuss Combs <rucombs@cisco.com>
Thu, 11 May 2017 14:29:07 +0000 (10:29 -0400)
committerRuss Combs <rucombs@cisco.com>
Thu, 11 May 2017 14:29:07 +0000 (10:29 -0400)
ChangeLog
src/main/build.h

index 99c044e52e419702c0fff4e5ec095c63e6187173..dadfec6df7398601f41096e33640384b32cd2262 100644 (file)
--- 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 <bshastry@sec.t-labs.tu-berlin.de> for reporting the issue
+-- codec manager: fix off-by-1 mapping array size
+   thanks to Bhargava Shastry <bshastry@sec.t-labs.tu-berlin.de> 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
index a61593d2a9457aca4e5a92e9e9dc91cc0d1dfe88..73b48865115430074dafd628dceab02971511a4a 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "232"
+#define BUILD "233"
 
 #endif