Merge in SNORT/snort3 from ~PRBG/snort3:build_3.1.84.0 to master
Squashed commit of the following:
commit
ea6d2d4ce80fe78f27587f110cce3d9aa290dc55
Author: Priyanka Gurudev <prbg@cisco.com>
Date: Mon Apr 8 23:21:03 2024 -0400
build: generate and tag 3.1.84.0
set (VERSION_MAJOR 3)
set (VERSION_MINOR 1)
-set (VERSION_PATCH 83)
+set (VERSION_PATCH 84)
set (VERSION_SUBLEVEL 0)
set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
+2024-04-08: 3.1.84.0
+
+* appid: enhanced appid config parsing
+* appid: remove locks from peg counts
+* appid: separate main thread and packet thread appid_pub_id
+* dce_smb: fixing an ASAN memory corruption issue
+* detection: handle policy changes in continuation
+* framework: add correct cast from double to unsigned
+* http_inspect: add file_data to buffer list
+* packet_capture: include cstdint in a header file. Thanks to Plup <plup@plup.io> and Hauke Mehrtens <hauke@hauke-m.de> for reporting this!
+* xhash: fixed typo
+
2024-03-24: 3.1.83.0
* detection: use correct packet in trace logs
The Snort Team
Revision History
-Revision 3.1.83.0 2024-03-24 21:36:04 EDT TST
+Revision 3.1.84.0 2024-04-08 22:48:07 EDT TST
---------------------------------------------------------------------
* appid.disable_debug(): disable appid debugging
* appid.reload_third_party(): reload appid third-party module
* appid.reload_detectors(): reload appid detectors
+ * appid.print_appid_config(): print appid configs
Peg counts:
* appid.disable_debug(): disable appid debugging
* appid.reload_third_party(): reload appid third-party module
* appid.reload_detectors(): reload appid detectors
+ * appid.print_appid_config(): print appid configs
* host_cache.dump(file_name): dump host cache
* host_cache.delete_host(host_ip): delete host from host cache
* host_cache.delete_network_proto(host_ip, proto): delete network
The Snort Team
Revision History
-Revision 3.1.83.0 2024-03-24 21:36:54 EDT TST
+Revision 3.1.84.0 2024-04-08 22:49:12 EDT TST
---------------------------------------------------------------------
The Snort Team
Revision History
-Revision 3.1.83.0 2024-03-24 21:36:21 EDT TST
+Revision 3.1.84.0 2024-04-08 22:48:29 EDT TST
---------------------------------------------------------------------