set (VERSION_MAJOR 3)
set (VERSION_MINOR 1)
-set (VERSION_PATCH 25)
+set (VERSION_PATCH 26)
set (VERSION_SUBLEVEL 0)
set (VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_SUBLEVEL}")
+2022/03/23 - 3.1.26.0
+
+actions: revert bf62a22d43bb2d15b7425c5ec3e3118ead470e8d
+actions: set a delayed action on Reject IPS Action hit
+analyzer: avoid distilling sticky verdicts
+appid: appid api to provide the path to appid detector directory
+appid: make appid a global inspector
+appid: sum stats at tterm and null the thread local stats pointer after delete
+control: make sure reload commands with empty argument is handled correctly
+event: add new static member update_and_get_event_id()
+file_api: Handling user_file_data cleanup
+flow: make service a shared pointer to handle reload properly
+framework: update base API version to 13
+http_inspect: do file decompression and utf decoding on non-MIME uploads
+http_inspect, mime: VBA macro decompression for HTTP MIME file uploads
+inspector, main, inspector_manager: add support for thread local data in inspectors and commands updating reload_id
+main: add the control connection to the analyzer command and a method to log a message to both console and the remote connection
+main: fix and reenable the distill_verdict unit test
+managers: add a faster get_inspectors method
+managers: add get_inspector unit tests
+managers: move inspection policies into the corresponding network policy
+packet_io: fix active action so the first reset occurred takes effect
+policy_selectors: add a method to select policies based on DAQ_FlowStats_t
+reputation: add a command to reload repuation data
+stream: reusable stream splitter
+
2022/03/09 - 3.1.25.0
appid: do not add duplicate process to client app mapping for the same process name
The Snort Team
Revision History
-Revision 3.1.25.0 2022-03-09 06:31:14 EST TST
+Revision 3.1.26.0 2022-03-23 13:19:21 EDT TST
---------------------------------------------------------------------
Type: inspector (control)
-Usage: context
+Usage: global
-Instance Type: network
+Instance Type: global
Configuration:
* binder.raw_packets: raw packets evaluated (sum)
* binder.new_flows: new flows evaluated (sum)
+ * binder.rebinds: flows rebound (sum)
* binder.service_changes: flow service changes evaluated (sum)
* binder.assistant_inspectors: flow assistant inspector requests
handled (sum)
allowlist { do_not_block|trust }
* string reputation.allowlist: allowlist file name with IP lists
+Commands:
+
+ * reputation.reload(): reload reputation data
+
Rules:
* 136:1 (reputation) packets blocked based on source
* binder.new_standby_flows: new HA flows evaluated (sum)
* binder.no_match: binding evaluations that had no matches (sum)
* binder.raw_packets: raw packets evaluated (sum)
+ * binder.rebinds: flows rebound (sum)
* binder.resets: reset actions bound (sum)
* binder.service_changes: flow service changes evaluated (sum)
* cip.concurrent_sessions: total concurrent SIP sessions (now)
host pairs
* perf_monitor.show_flow_ip_profiling(): show status of statistics
on host pairs
+ * reputation.reload(): reload reputation data
* rna.dump_macs(): dump rna’s internal MAC trackers
* rna.delete_mac_host(mac): delete a MAC from rna’s MAC cache
* rna.delete_mac_host_proto(mac, proto): delete a protocol
The Snort Team
Revision History
-Revision 3.1.25.0 2022-03-09 06:31:00 EST TST
+Revision 3.1.26.0 2022-03-23 13:19:07 EDT TST
---------------------------------------------------------------------
The Snort Team
Revision History
-Revision 3.1.25.0 2022-03-09 06:31:00 EST TST
+Revision 3.1.26.0 2022-03-23 13:19:07 EDT TST
---------------------------------------------------------------------