From: Priyanka Bangalore Gurudev (prbg) Date: Thu, 9 Feb 2023 03:49:01 +0000 (+0000) Subject: Pull request #3761: build: generate and tag 3.1.55.0 X-Git-Tag: 3.1.55.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7a459bd142a8e2e85da0c7ef51c6d3ecebb892;p=thirdparty%2Fsnort3.git Pull request #3761: build: generate and tag 3.1.55.0 Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.55.0 to master Squashed commit of the following: commit b8adbca0e683e91cc9aed32bf556420d902395a1 Author: Priyanka Gurudev Date: Wed Feb 8 15:53:28 2023 -0500 build: generate and tag 3.1.55.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fdb6cd5a5..787a17069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog.md b/ChangeLog.md index 132f7c4b7..0d3eeaf3c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/doc/reference/snort_reference.text b/doc/reference/snort_reference.text index 71b5cfa91..e6e6e6d7d 100644 --- a/doc/reference/snort_reference.text +++ b/doc/reference/snort_reference.text @@ -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 diff --git a/doc/upgrade/snort_upgrade.text b/doc/upgrade/snort_upgrade.text index 5fd960e82..b802a824e 100644 --- a/doc/upgrade/snort_upgrade.text +++ b/doc/upgrade/snort_upgrade.text @@ -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 --------------------------------------------------------------------- diff --git a/doc/user/snort_user.text b/doc/user/snort_user.text index d8b99de8b..83d815810 100644 --- a/doc/user/snort_user.text +++ b/doc/user/snort_user.text @@ -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 ---------------------------------------------------------------------