aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-14 21:42:44 +0000
committerErmal <eri@pfsense.org>2012-07-14 21:42:44 +0000
commitb48cb921e085eb540ee948b11f192df9ffdc1fec (patch)
treea3cde7adcf179e06a8702d59ec91f8abfe670e9c /config/snort/snort.inc
parent74be211e27223e4d05ffd50c7a4b76f3fe00717a (diff)
downloadpfsense-packages-b48cb921e085eb540ee948b11f192df9ffdc1fec.tar.gz
pfsense-packages-b48cb921e085eb540ee948b11f192df9ffdc1fec.tar.bz2
pfsense-packages-b48cb921e085eb540ee948b11f192df9ffdc1fec.zip
Correct syntax
Diffstat (limited to 'config/snort/snort.inc')
-rw-r--r--config/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index a4254bb8..ca527ff3 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -1091,7 +1091,7 @@ EOD;
preprocessor http_inspect: global iis_unicode_map unicode.map 1252 compress_depth 65535 decompress_depth 65535
preprocessor http_inspect_server: server default \
- ports { {$http_ports } \
+ ports { {$http_ports} } \
non_strict \
non_rfc_char { 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 } \
flow_depth {$def_flow_depth_type} \