diff options
author | Ermal <eri@pfsense.org> | 2012-07-12 00:12:48 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-12 00:12:48 +0000 |
commit | 2d8df3495171d78d137033ca32df8fa5a3a96762 (patch) | |
tree | dae283955964a9350eb62239b7d4fe4d9b0e0a89 /config | |
parent | f57cdb06ad1461dd313560bef691f554e0e395e7 (diff) | |
download | pfsense-packages-2d8df3495171d78d137033ca32df8fa5a3a96762.tar.gz pfsense-packages-2d8df3495171d78d137033ca32df8fa5a3a96762.tar.bz2 pfsense-packages-2d8df3495171d78d137033ca32df8fa5a3a96762.zip |
Create file_data_ports var left behind during changes
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 003e551a..c8b36cce 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1221,6 +1221,7 @@ EOD; "nntp_ports" => "119", "rlogin_ports" => "513", "rsh_ports" => "514", "ssl_ports" => "443,465,563,636,989,990,992,993,994,995", "ssl_ports_ignore" => "443,465,563,636,989,990,992,993,994,995", + "file_data_ports" => "\$HTTP_PORTS,110,143", "DCERPC_NCACN_IP_TCP" => "139,445", "DCERPC_NCADG_IP_UDP" => "138,1024:", "DCERPC_NCACN_IP_LONG" => "135,139,445,593,1024:", "DCERPC_NCACN_UDP_LONG" => "135,1024:", "DCERPC_NCACN_UDP_SHORT" => "135,593,1024:", "DCERPC_NCACN_TCP" => "2103,2105,2107", |