Project

General

Profile

Actions

Bug #333

closed

Snort Packet Headlines missing

Added by Martin Hronek over 15 years ago. Updated over 15 years ago.

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.

Actions #1

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\"></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

Actions #2

Updated by Martin Hronek over 15 years ago

to

$pgtitle

Actions #3

Updated by Chris Buechler over 15 years ago

  • Status changed from New to Resolved

looks to be fixed in the new snort package

Actions

Also available in: Atom PDF