summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-01 01:21:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-01 01:21:09 +0000
commitd8aba9c41d204f782dfd5a847531a5b18594d779 (patch)
tree3314bef71913ae4273db7b2a3bcfb3b2232669ad /usr
parent2fbde0040380298057e05dc321a51348df798d9c (diff)
downloadpfsense-d8aba9c41d204f782dfd5a847531a5b18594d779.zip
pfsense-d8aba9c41d204f782dfd5a847531a5b18594d779.tar.gz
Remove stray , in some records
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_logs_filter.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 3cfca2c..577ce5b 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -104,6 +104,7 @@ function conv_clog($logfile, $tail) {
if($second_split[11] == "udp" or $second_split[11] == "tcp" or $second_split[11] == "icmp" or $second_split[11] == "igmp") $flent['proto'] = $second_split[11];
$flent['proto'] = ereg_replace(":", "", $flent['proto']);
+ $flent['proto'] = ereg_replace(",", "", $flent['proto']);
if($flent['proto'] == "S" or $flent['proto'] == "NBT" or $flent['proto'] == "." or $flent['proto'] == "R" or $flent['proto'] == ">") $dontdisplay = 1;
OpenPOWER on IntegriCloud