diff options
author | robiscool <robrob2626@yahoo.com> | 2009-07-06 13:21:19 -0700 |
---|---|---|
committer | robiscool <robrob2626@yahoo.com> | 2009-07-06 13:21:19 -0700 |
commit | a026202a9d1b4f39d5389b3c7af1d25999bf17c5 (patch) | |
tree | 30e2993600c896856e97f81d55e0f88fa901f57d /config/snort/snort_rules.php | |
parent | 4df4bc5f34cc29af7e0dc76a5c7249f4d99b41d6 (diff) | |
download | pfsense-packages-a026202a9d1b4f39d5389b3c7af1d25999bf17c5.tar.gz pfsense-packages-a026202a9d1b4f39d5389b3c7af1d25999bf17c5.tar.bz2 pfsense-packages-a026202a9d1b4f39d5389b3c7af1d25999bf17c5.zip |
july 6, add threshold tab, add server tab, prepare for barnyard2 and snort-inline
Diffstat (limited to 'config/snort/snort_rules.php')
-rw-r--r-- | config/snort/snort_rules.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/snort/snort_rules.php b/config/snort/snort_rules.php index e9276ecf..76413727 100644 --- a/config/snort/snort_rules.php +++ b/config/snort/snort_rules.php @@ -298,8 +298,10 @@ function go() $tab_array[] = array(gettext("Update Rules"), false, "/snort_download_rules.php"); $tab_array[] = array(gettext("Categories"), false, "/snort_rulesets.php"); $tab_array[] = array(gettext("Rules"), true, "/snort_rules.php"); + $tab_array[] = array(gettext("Servers"), false, "/pkg_edit.php?xml=snort_define_servers.xml&id=0"); $tab_array[] = array(gettext("Blocked"), false, "/snort_blocked.php"); $tab_array[] = array(gettext("Whitelist"), false, "/pkg.php?xml=snort_whitelist.xml"); + $tab_array[] = array(gettext("Threshold"), false, "/pkg.php?xml=snort_threshold.xml"); $tab_array[] = array(gettext("Alerts"), false, "/snort_alerts.php"); $tab_array[] = array(gettext("Advanced"), false, "/pkg_edit.php?xml=snort_advanced.xml&id=0"); display_top_tabs($tab_array); |