diff options
author | robscool <robrob2626@yahoo.com> | 2009-04-13 01:55:09 -0700 |
---|---|---|
committer | robscool <robrob2626@yahoo.com> | 2009-04-13 01:55:09 -0700 |
commit | 62520bf1f47c43ebc09c2e10d7f9eb440c8d9c39 (patch) | |
tree | 8cef934b21df5cc6772a3a7c23f2eb6f55613415 /config/snort/snort.inc | |
parent | 1c453476d78da6607e1d39c8457ea11e54de23f0 (diff) | |
download | pfsense-packages-62520bf1f47c43ebc09c2e10d7f9eb440c8d9c39.tar.gz pfsense-packages-62520bf1f47c43ebc09c2e10d7f9eb440c8d9c39.tar.bz2 pfsense-packages-62520bf1f47c43ebc09c2e10d7f9eb440c8d9c39.zip |
update snort.inc snort.xml April 13 09
modified: config/snort/snort.inc
Fixed snort.inc; missing slash, added snort.stats. verified changes with security scanners
modified: config/snort/snort.xml
Changed snort.xml; version change
Diffstat (limited to 'config/snort/snort.inc')
-rwxr-xr-x[-rw-r--r--] | config/snort/snort.inc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index f681c25f..5076037c 100644..100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -412,7 +412,7 @@ portvar RSH_PORTS 514 portvar SMB_PORTS [139,445] portvar SMTP_PORTS 25 portvar SNMP_PORTS 161 -portvar SSH_PORTS {$ssh_port} +portvar SSH_PORTS {\$ssh_port} portvar TELNET_PORTS 23 portvar MAIL_PORTS [25,143,465,691] portvar SSL_PORTS [25,443,465,636,993,995] @@ -478,6 +478,15 @@ preprocessor stream5_tcp: policy BSD, ports both all, use_static_footprint_sizes preprocessor stream5_udp preprocessor stream5_icmp +########################## + # +# NEW # +# Performance Statistics # + # +########################## + +preprocessor perfmonitor: time 300 file /var/log/snort/snort.stats pktcnt 10000 + ################# # # HTTP Inspect # @@ -597,7 +606,7 @@ preprocessor sfportscan: scan_type { all } \ proto { all } \ memcap { 10000000 } \ sense_level { medium } \ - ignore_scanners { $HOME_NET } + ignore_scanners { \$HOME_NET } ############################ # |