diff options
author | Ermal <eri@pfsense.org> | 2012-01-27 22:15:41 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-01-27 22:16:57 +0000 |
commit | 6653302f16bd3ffe580fd9a098b8bdc1eecdb7c5 (patch) | |
tree | b69f773be8c12dbbc9e52e1a32bc06e25870ff3c /config/snort | |
parent | 29fa50e4657e5f999b065f6fd4d3ebc67838139b (diff) | |
download | pfsense-packages-6653302f16bd3ffe580fd9a098b8bdc1eecdb7c5.tar.gz pfsense-packages-6653302f16bd3ffe580fd9a098b8bdc1eecdb7c5.tar.bz2 pfsense-packages-6653302f16bd3ffe580fd9a098b8bdc1eecdb7c5.zip |
Add this required variable for now
Diffstat (limited to 'config/snort')
-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 13460950..a5d9ea90 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1993,6 +1993,7 @@ var AIM_SERVERS \ ######################## portvar HTTP_PORTS [{$def_http_ports_type}] +portvar FILE_DATA_PORTS [$HTTP_PORTS,110,143] portvar SHELLCODE_PORTS !80 portvar ORACLE_PORTS [{$def_oracle_ports_type}] portvar AUTH_PORTS [{$def_auth_ports_type}] |