]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
build 229
authorRuss Combs <rucombs@cisco.com>
Fri, 17 Mar 2017 16:04:13 +0000 (12:04 -0400)
committerRuss Combs <rucombs@cisco.com>
Fri, 17 Mar 2017 16:04:13 +0000 (12:04 -0400)
ChangeLog
src/main/build.h

index 349e92ebeca9c0df00d15bf928cbefa0a58afd27..bd761b24f01f15cccc62c7c236a0613f5f2c7524 100644 (file)
--- 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
index b1e96bc4e7bc898b53973b9e91cf3f1b410648da..7ab65457ff4ab616edc787d7f8a6c8f204d5849c 100644 (file)
@@ -10,7 +10,7 @@
 //                                               //
 //-----------------------------------------------//
 
-#define BUILD "228"
+#define BUILD "229"
 
 #endif