summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 8e10a5c..e84e0f1 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -109,6 +109,8 @@ function conv_clog($logfile, $tail) {
$flent['src'] = convert_port_period_to_colon($flent['src']);
$flent['dst'] = convert_port_period_to_colon($flent['dst']);
+ if($flent['dst'] == "HBH...") $dontdisplay = 1;
+
if($flent['proto'] == "S" or $flent['proto'] == "NBT" or $flent['proto'] == "." or $flent['proto'] == "R" or $flent['proto'] == ">") $dontdisplay = 1;
if($dontdisplay == 0)
OpenPOWER on IntegriCloud