From a2abce189906560e0de865d839083adc8f9bc59f Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 5 Sep 2011 20:15:47 +0000 Subject: Try to fix the portscan not working --- config/snort/snort.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 0b30a8c9..7f53d7c8 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -2355,9 +2355,9 @@ dynamicdetection directory /usr/local/lib/snort/dynamicrules preprocessor frag3_global: max_frags 8192 preprocessor frag3_engine: policy bsd detect_anomalies -preprocessor stream5_global: max_tcp 8192, track_tcp yes, \ -track_udp yes, track_icmp yes -preprocessor stream5_tcp: policy BSD, ports both all,{$def_max_queued_bytes_type}{$def_max_queued_segs_type} use_static_footprint_sizes +preprocessor stream5_global: track_tcp yes, track_udp yes, track_icmp yes + +preprocessor stream5_tcp: policy BSD, ports both all, protocol both all, {$def_max_queued_bytes_type}{$def_max_queued_segs_type} use_static_footprint_sizes preprocessor stream5_udp: preprocessor stream5_icmp: -- cgit v1.2.3