+2024-06-02: 3.2.2.0
+
+* appid: appid cpu profiler max columns
+* appid: re-enabling appid cpu profiler making it thread safe
+* appid: store and retrieve only SNI in AppIdSession
+* appid: updating file_magic.rules with some new file types added to the VDB.
+* dce_smb: do not prune from LRU cache during file tracker update
+* doc: fix formatting in dev_notes.txt
+* flow: add the newly-created flow to p->flow to avoid segv
+* js_norm: stop PDF processing on syntax error
+* main: apply loaded configuration only once
+* packet_capture: make sure packet_capture executed before detection
+* service_inspectors: fix get_buf handling
+* sip: flow clean-up based on lina configured timeout
+* src: remove repetitive words. Thanks @gopherorg for finding those typos
+* src: udpate to resolve new issues
+* stream_tcp: don't attempt to verify or process keep-alive probes with data
+* stream_tcp: fix infinite recursion cases. Thanks to scloder-ut-iso for helping with debug information that uncovered a case of infinite recursion
+* utils: add explicit include
+
2024-05-16: 3.2.1.0
* framework: supply directories to system headers to plug_gen.sh
The Snort Team
Revision History
-Revision 3.2.1.0 2024-05-16 22:50:33 EDT TST
+Revision 3.2.2.0 2024-06-03 00:01:20 EDT TST
---------------------------------------------------------------------
Help: raw packet dumping facility
-Type: inspector (probe)
+Type: inspector (probe_first)
Usage: global
* int sip.max_via_len = 1024: maximum via field size { 0:65535 }
* string sip.methods = invite cancel ack bye register options: list
of methods to check in SIP messages
+ * int sip.sip_timeout = 0: SIP Timeout value in milliseconds { 0: }
+ * int sip.sip_media_timeout = 0: SIP Media timeout milliseconds {
+ 0: }
+ * int sip.sip_invite_timeout = 0: SIP Invite timeout milliseconds {
+ 0: }
+ * int sip.sip_disconnect_timeout = 0: SIP Disconnect timeout
+ milliseconds { 0: }
Rules:
(sum)
* stream_tcp.zero_win_probes: number of tcp zero window probes
(sum)
+ * stream_tcp.keep_alive_probes: number of tcp keep-alive probes
+ (sum)
* stream_tcp.proxy_mode_flows: number of flows set to proxy
normalization policy (sum)
* stream_tcp.full_retransmits: number of fully retransmitted
* bool alert_fast.file = false: output to alert_fast.txt instead of
stdout
* bool alert_fast.packet = false: output packet dump with alert
- * bool alert_fast.buffers = false: output IPS buffer dump
+ * enum alert_fast.buffers = none: output IPS buffer dump (evaluated
+ by IPS rule or an inspector) { none | rule | inspector | both }
* int alert_fast.buffers_depth = 0: number of IPS buffer bytes to
dump per buffer (0 is unlimited) { 0:maxSZ }
* int alert_fast.limit = 0: set maximum size in MB before rollover
case
* int alert_fast.buffers_depth = 0: number of IPS buffer bytes to
dump per buffer (0 is unlimited) { 0:maxSZ }
- * bool alert_fast.buffers = false: output IPS buffer dump
+ * enum alert_fast.buffers = none: output IPS buffer dump (evaluated
+ by IPS rule or an inspector) { none | rule | inspector | both }
* bool alert_fast.file = false: output to alert_fast.txt instead of
stdout
* int alert_fast.limit = 0: set maximum size in MB before rollover
* string sip_method.*method: sip method
* string sip.methods = invite cancel ack bye register options: list
of methods to check in SIP messages
+ * int sip.sip_disconnect_timeout = 0: SIP Disconnect timeout
+ milliseconds { 0: }
+ * int sip.sip_invite_timeout = 0: SIP Invite timeout milliseconds {
+ 0: }
+ * int sip.sip_media_timeout = 0: SIP Media timeout milliseconds {
+ 0: }
+ * int sip.sip_timeout = 0: SIP Timeout value in milliseconds { 0: }
* int sip_stat_code.*code: status code { 1:999 }
* string smtp.alt_max_command_line_len[].command: command string
* int smtp.alt_max_command_line_len[].length = 0: specify
number (sum)
* stream_tcp.invalid_seq_num: tcp packets received with an invalid
sequence number (sum)
+ * stream_tcp.keep_alive_probes: number of tcp keep-alive probes
+ (sum)
* stream_tcp.max_bytes: maximum number of bytes queued in any flow
(max)
* stream_tcp.max: max tcp sessions (max)