]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3761: build: generate and tag 3.1.55.0 3.1.55.0
authorPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Thu, 9 Feb 2023 03:49:01 +0000 (03:49 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Thu, 9 Feb 2023 03:49:01 +0000 (03:49 +0000)
Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.55.0 to master

Squashed commit of the following:

commit b8adbca0e683e91cc9aed32bf556420d902395a1
Author: Priyanka Gurudev <prbg@cisco.com>
Date:   Wed Feb 8 15:53:28 2023 -0500

    build: generate and tag 3.1.55.0

CMakeLists.txt
ChangeLog.md
doc/reference/snort_reference.text
doc/upgrade/snort_upgrade.text
doc/user/snort_user.text

index fdb6cd5a5464592085d50201677c1a500836398e..787a17069303b58be274423ba478b2207395d3b8 100644 (file)
@@ -3,7 +3,7 @@ project (snort CXX C)
 
 set (VERSION_MAJOR 3)
 set (VERSION_MINOR 1)
-set (VERSION_PATCH 54)
+set (VERSION_PATCH 55)
 set (VERSION_SUBLEVEL 0)
 set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
 
index 132f7c4b7439c2fcadf73d3b23e107998c9b5b2c..0d3eeaf3c70c2302c5bab69b369b80cde2fc3954 100644 (file)
@@ -1,3 +1,16 @@
+2023-02-08: 3.1.55.0
+
+* appid: first packet detector creation support in appid detector builder script
+* appid: support for IPv4 and IPv6 subnets for First Packet API
+* appid: updating lua API to accomodate netbios domain extraction, substring search, and substring index.
+* appid: use packet thread's odp context instead of inspector's context for packet processing
+* build: fix configure_cmake.sh 'too many arguments' error
+* detection: add new pegcount
+* main: avoid race conditions when accessing id to tid map
+* ssl: refactor ssl client hello parser to be used by appid/ssl inspectors
+* stream_tcp: fix passive pickups with missing packets. Thanks to nagmtuc and hedayat for reporting and helping debug the issue.
+* wizard: ensure Wizard is refcounted by MagicSplitter to prevent snort crashes due to memory corruption
+
 2023-01-25: 3.1.53.0
 
 * appid: publish tls host set in eve process event handler only when appid discovery is complete
index 71b5cfa9165f6251cf1568c44bdefe3b2ea16ac1..e6e6e6d7daf869c40e9a7c603db427f78d0c1534 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Reference Manual
 The Snort Team
 
 Revision History
-Revision 3.1.54.0 2023-01-26 13:55:08 EST TST
+Revision 3.1.55.0 2023-02-08 15:37:08 EST TST
 
 ---------------------------------------------------------------------
 
@@ -661,6 +661,10 @@ Peg counts:
     mismatched (sum)
   * detection.cont_max_num: peak number of simultaneous continuations
     per flow (max)
+  * detection.cont_match_distance: total number of bytes jumped over
+    by matched continuations (sum)
+  * detection.cont_mismatch_distance: total number of bytes jumped
+    over by mismatched continuations (sum)
 
 
 2.8. event_filter
@@ -11375,10 +11379,14 @@ libraries see the Getting Started section of the manual.
     available context (sum)
   * detection.cont_flows: total number of flows using continuation
     (sum)
+  * detection.cont_match_distance: total number of bytes jumped over
+    by matched continuations (sum)
   * detection.cont_matches: total number of continuations matched
     (sum)
   * detection.cont_max_num: peak number of simultaneous continuations
     per flow (max)
+  * detection.cont_mismatch_distance: total number of bytes jumped
+    over by mismatched continuations (sum)
   * detection.cont_mismatches: total number of continuations
     mismatched (sum)
   * detection.cont_recalls: total number of continuations recalled
index 5fd960e828d6f0fda5aa0ccbdd8f83306d4062d6..b802a824e1f97bee28c7070b817d32f4a970d522 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 Upgrade Manual
 The Snort Team
 
 Revision History
-Revision 3.1.54.0 2023-01-26 13:56:15 EST TST
+Revision 3.1.55.0 2023-02-08 15:38:13 EST TST
 
 ---------------------------------------------------------------------
 
index d8b99de8bd9a205ab03e6b830ce10562a54b5f19..83d8158100c7a2d5198c1ea7ef82a408c4b3fec7 100644 (file)
@@ -8,7 +8,7 @@ Snort 3 User Manual
 The Snort Team
 
 Revision History
-Revision 3.1.54.0 2023-01-26 13:55:30 EST TST
+Revision 3.1.55.0 2023-02-08 15:37:29 EST TST
 
 ---------------------------------------------------------------------