Merge in SNORT/snort3 from ~PRBG/snort3:build_3.6.1.0 to master
Squashed commit of the following:
commit
56bf8a27d2efecab8c123e0a775bc6f2b1348f51
Author: Priyanka Gurudev <prbg@cisco.com>
Date: Sun Dec 22 20:12:57 2024 -0500
build: generate and tag 3.6.1.0
set (VERSION_MAJOR 3)
set (VERSION_MINOR 6)
-set (VERSION_PATCH 0)
+set (VERSION_PATCH 1)
set (VERSION_SUBLEVEL 0)
set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
+2024-12-22: 3.6.1.0
+
+* appid: enhanced control error message with additional info
+* build: include/exclude snort_ml module conditionally
+* dns: adding fallback functionality
+* file_api: add re_eval flag to fileinfo
+* inspector_manager: refactored instrumentation code of connection profiling
+* log: print all warnings before command line is parsed
+* main: improve logging reload_config arguments
+* pop: adding wrong bytes threshold to determine if pop splitter should fallback
+* smtp: smtp inspector fallback functionality for invalid commands and responses
+* stream_tcp: refactor tcp reasseabler class structure and init to avoid thread data race scenarios
+
2024-12-03: 3.6.0.0
* analyzer: add logging for resource tuning progress
The Snort Team
Revision History
-Revision 3.6.0.0 2024-12-03 21:38:11 EST TST
+Revision 3.6.1.0 2024-12-22 20:09:48 EST TST
---------------------------------------------------------------------
* dns.concurrent_sessions: total concurrent dns sessions (now)
* dns.max_concurrent_sessions: maximum concurrent dns sessions
(max)
+ * dns.aborted_sessions: total dns sessions aborted (sum)
5.16. domain_filter
* dnp3.tcp_pdus: total tcp pdus (sum)
* dnp3.total_packets: total packets (sum)
* dnp3.udp_packets: total udp packets (sum)
+ * dns.aborted_sessions: total dns sessions aborted (sum)
* dns.concurrent_sessions: total concurrent dns sessions (now)
* dns.max_concurrent_sessions: maximum concurrent dns sessions
(max)
The Snort Team
Revision History
-Revision 3.6.0.0 2024-12-03 21:38:50 EST TST
+Revision 3.6.1.0 2024-12-22 20:10:28 EST TST
---------------------------------------------------------------------
The Snort Team
Revision History
-Revision 3.6.0.0 2024-12-03 21:38:24 EST TST
+Revision 3.6.1.0 2024-12-22 20:10:01 EST TST
---------------------------------------------------------------------