aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-12-06 12:03:53 -0800
committerChris Buechler <cmb@pfsense.org>2011-12-06 12:03:53 -0800
commitf98adf1414e67696d3d51be21d833b7703ae9c45 (patch)
tree7d1d6bcb2e1b40ac65c6e9c1ca9a186780438bd3 /config/snort/snort.inc
parentd59adc5e18da33e14fcc299f754cdbddbbb0a3d3 (diff)
parent3b0730f14734da787f673bd81260f7c65f8c882e (diff)
downloadpfsense-packages-f98adf1414e67696d3d51be21d833b7703ae9c45.tar.gz
pfsense-packages-f98adf1414e67696d3d51be21d833b7703ae9c45.tar.bz2
pfsense-packages-f98adf1414e67696d3d51be21d833b7703ae9c45.zip
Merge pull request #122 from mdima/master
Patch for the previous change
Diffstat (limited to 'config/snort/snort.inc')
-rw-r--r--config/snort/snort.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 36f58760..98d7ebfa 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -37,7 +37,7 @@ require_once("functions.inc");
require_once("filter.inc");
/* package version */
-$snort_package_version = 'Snort 2.9.1 pkg v. 2.0';
+$snort_package_version = 'Snort 2.9.1 pkg v. 2.0.2';
/* Allow additional execution time 0 = no limit. */
ini_set('max_execution_time', '9999');
@@ -1582,12 +1582,12 @@ function generate_snort_conf($id, $if_real, $snort_uuid)
else
$def_sip_proxy_ports_type = "$def_sip_proxy_ports_info_chk";
- /* def SIP_IP */
- $def_sip_ip_info_chk = $snortcfg['def_sip_ip'];
- if ($def_sip_ip_info_chk == "")
- $def_sip_ip_type = "\$HOME_NET";
+ /* def SIP_SERVERS */
+ $def_sip_servers_info_chk = $snortcfg['def_sip_servers'];
+ if ($def_sip_servers_info_chk == "")
+ $def_sip_servers_type = "\$HOME_NET";
else
- $def_sip_ip_type = "$def_sip_ip_info_chk";
+ $def_sip_servers_type = "$def_sip_servers_info_chk";
/* def SIP_PORTS */
$def_sip_ports_info_chk = $snortcfg['def_sip_ports'];
@@ -1978,7 +1978,7 @@ var IMAP_SERVERS [{$def_imap_servers_type}]
var RPC_SERVERS \$HOME_NET
var WWW_SERVERS [{$def_www_servers_type}]
var SIP_PROXY_IP [{$def_sip_proxy_ip_type}]
-var SIP_IP [{$def_sip_ip_type}]
+var SIP_SERVERS [{$def_sip_servers_type}]
var AIM_SERVERS \
[64.12.24.0/23,64.12.28.0/23,64.12.161.0/24,64.12.163.0/24,64.12.200.0/24,205.188.3.0/24,205.188.5.0/24,205.188.7.0/24,205.188.9.0/24,205.188.153.0/24,205.188.179.0/24,205.188.248.0/24]