summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-10 01:00:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-10 01:00:05 +0000
commit530347edf413614d3846ad109fdfc89aa13893e2 (patch)
tree319eec7edde29dcf98f07a83616dd7847b3e53a2 /usr
parent1bf88d39873650a25a76a2a3a0583beff18d235c (diff)
downloadpfsense-530347edf413614d3846ad109fdfc89aa13893e2.zip
pfsense-530347edf413614d3846ad109fdfc89aa13893e2.tar.gz
Do not include rules where the destination is HBH
Diffstat (limited to 'usr')
-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