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
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}")
+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
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
---------------------------------------------------------------------
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
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
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
---------------------------------------------------------------------
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
---------------------------------------------------------------------