diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_alerts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php index 90cc28d3..bd40b6e0 100644 --- a/config/snort/snort_alerts.php +++ b/config/snort/snort_alerts.php @@ -297,7 +297,7 @@ if (file_exists("/var/log/snort/snort_{$if_real}{$snort_uuid}/alert")) { $alert_dst_p = $fields[9]; /* SID */ $alert_sid_str = "{$fields[1]}:{$fields[2]}:{$fields[3]}"; - $alert_class = $fields[10]; + $alert_class = $fields[11]; echo "<tr id=\"{$counter}\"> <td class='listr' width='10%'>{$alert_date}</td> |