aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_alerts.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-07-16 06:35:24 +0000
committerErmal <eri@pfsense.org>2012-07-16 06:35:24 +0000
commit39e483f9ac54ffd15db993d9bea675879e8f5f8b (patch)
tree91fd7430b8a280a9498afe466a136aeb9f78f0fa /config/snort/snort_alerts.php
parent67774497e3947b6a38fe9952ce7ea15ed3dbd1b3 (diff)
downloadpfsense-packages-39e483f9ac54ffd15db993d9bea675879e8f5f8b.tar.gz
pfsense-packages-39e483f9ac54ffd15db993d9bea675879e8f5f8b.tar.bz2
pfsense-packages-39e483f9ac54ffd15db993d9bea675879e8f5f8b.zip
Remove nanoseconds
Diffstat (limited to 'config/snort/snort_alerts.php')
-rw-r--r--config/snort/snort_alerts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php
index df894b05..ea5c6cb5 100644
--- a/config/snort/snort_alerts.php
+++ b/config/snort/snort_alerts.php
@@ -306,7 +306,7 @@ if (file_exists("/var/log/snort/snort_{$if_real}{$snort_uuid}/alert")) {
<td class='listr' width='5%' >{$alert_priority}</td>
<td class='listr' width='3%'>{$alert_proto}</td>
<td class='listr' width='7%' >{$alert_class}</td>
- <td class='listr' width='15%'>{$alert_ip_src}:{$alert_src_p}</td>
+ <td class='listr' width='15%'>{$alert_ip_src}</td>
<td class='listr' width='5%'>{$alert_src_p}</td>
<td class='listr' width='15%'>{$alert_ip_dst}</td>
<td class='listr' width='5%'>{$alert_dst_p}</td>