diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-09-25 19:46:57 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-09-25 22:36:06 -0400 |
commit | e8440dbbd50a5c4eb40863a7991688bcd44b60db (patch) | |
tree | 5614e7ac699be1b501b21f2e8c2db388095220f8 | |
parent | a1992e3d3f5d841897017053ec5f3d5f52d3e019 (diff) | |
download | pfsense-packages-e8440dbbd50a5c4eb40863a7991688bcd44b60db.tar.gz pfsense-packages-e8440dbbd50a5c4eb40863a7991688bcd44b60db.tar.bz2 pfsense-packages-e8440dbbd50a5c4eb40863a7991688bcd44b60db.zip |
Minor formatting fixes in snort.conf generation code
-rwxr-xr-x | config/snort/snort.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index aed9714a..af53463e 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -3257,7 +3257,7 @@ EOD; # snort configuration file # generated automatically by the pfSense subsystems do not modify manually -# Define Local Network # +# Define Local Network # var HOME_NET [{$home_net}] var EXTERNAL_NET [{$external_net}] @@ -3265,16 +3265,16 @@ var EXTERNAL_NET [{$external_net}] var RULE_PATH {$snortcfgdir}/rules var PREPROC_RULE_PATH {$snortcfgdir}/preproc_rules -# Define Servers # +# Define Servers # {$vardef} -# Define Server Ports # +# Define Server Ports # {$portvardef} # Configure quiet startup mode # config quiet -# Configure the snort decoder # +# Configure the snort decoder # config checksum_mode: {$cksumcheck} config disable_decode_alerts config disable_tcpopt_experimental_alerts @@ -3284,14 +3284,14 @@ config disable_tcpopt_alerts config disable_ipopt_alerts config disable_decode_drops -# Enable the GTP decoder # +# Enable the GTP decoder # config enable_gtp # Configure PCRE match limitations config pcre_match_limit: 3500 config pcre_match_limit_recursion: 1500 -# Configure the detection engine # +# Configure the detection engine # config detection: {$cfg_detect_settings} config event_queue: max_queue 8 log 5 order_events content_length |