Actions
Bug #333
closedSnort Packet Headlines missing
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
02/04/2010
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Just installed the Snort Packet on my 1.2.3 version and found that the headlines in following snort sub categories are missing:
Categories
Rules
Blocked
Alerts
Dont know if this is known bug, but i think it is easy to repair.
Updated by Martin Hronek over 15 years ago
Me again.
After some investigation i think to know the solution.
Change in following files: found in /usr/local/www
snort_alerts.php
snort_blocked.php
snort_download_rules.php
snort_rules.php
snort_rules_edit.php
snort_rulesets.php
Change:
if(!$pgtitle_output)
echo "<p class=\"pgtitle\">=$pgtitle?></p>";
?>
To:
if(!$pgtitle_output)
echo "<p class=\"pgtitle\">$pgtitle</p>";
?>
Also I found that in snort_rules.php there is a <br> which isnt in the other files.
cu M
Updated by Chris Buechler over 15 years ago
- Status changed from New to Resolved
looks to be fixed in the new snort package
Actions