diff options
author | Ermal <eri@pfsense.org> | 2011-09-05 20:36:13 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-09-05 20:36:13 +0000 |
commit | 323bf2f97f76cc1949976a9e50c23f5be649eb57 (patch) | |
tree | 9681b39adc13cdda7ebb4d4a876f38bbb960bb5c /config/snort | |
parent | a5ae8ebed0d63f93bfb426ff11715c78846e6616 (diff) | |
download | pfsense-packages-323bf2f97f76cc1949976a9e50c23f5be649eb57.tar.gz pfsense-packages-323bf2f97f76cc1949976a9e50c23f5be649eb57.tar.bz2 pfsense-packages-323bf2f97f76cc1949976a9e50c23f5be649eb57.zip |
More fixes to stream5_tcp config
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 7f53d7c8..e2917590 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -2357,7 +2357,7 @@ preprocessor frag3_engine: policy bsd detect_anomalies 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_tcp: policy BSD, ports both all, {$def_max_queued_bytes_type}{$def_max_queued_segs_type} preprocessor stream5_udp: preprocessor stream5_icmp: |