aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_rulesets.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2010-09-05 21:28:42 -0700
committerrobiscool <robrob2626@yahoo.com>2010-09-05 21:29:17 -0700
commit56a779987a0f6c19c6e4276efbe9f0717eadfc2f (patch)
treea01b6f3711fc282ab626107c51b517079bb0b34e /config/snort/snort_rulesets.php
parentc4dd209b52b822a2d61d1bd6acc24db9e046d7fe (diff)
downloadpfsense-packages-56a779987a0f6c19c6e4276efbe9f0717eadfc2f.tar.gz
pfsense-packages-56a779987a0f6c19c6e4276efbe9f0717eadfc2f.tar.bz2
pfsense-packages-56a779987a0f6c19c6e4276efbe9f0717eadfc2f.zip
snort, fix so rules on 64 bit pfsense
Diffstat (limited to 'config/snort/snort_rulesets.php')
-rw-r--r--config/snort/snort_rulesets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_rulesets.php b/config/snort/snort_rulesets.php
index 29e4b51a..e7838c9f 100644
--- a/config/snort/snort_rulesets.php
+++ b/config/snort/snort_rulesets.php
@@ -260,7 +260,7 @@ echo '</div>' . "\n";
<table id="sortabletable1" class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr id="frheader">
<td width="5%" class="listhdrr">Enabled</td>
- <td class="listhdrr">Ruleset: Rules that end with "so.rules" are shared object rules.</td>
+ <td class="listhdrr"><?php if($snort_arch == 'x86'){echo 'Ruleset: Rules that end with "so.rules" are shared object rules.';}else{echo 'Shared object rules are "so.rules" and not available on Pfsense 2.0 64 bit.';}?></td>
<!-- <td class="listhdrr">Description</td> -->
</tr>
<?php