From 3deb0883e15b52b7d52e904961fd2990703becdb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 21 Sep 2006 02:20:36 +0000 Subject: Default to TCP --- usr/local/www/diag_logs_filter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/diag_logs_filter.php') diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php index 092f6f2..d0ab350 100755 --- a/usr/local/www/diag_logs_filter.php +++ b/usr/local/www/diag_logs_filter.php @@ -114,7 +114,7 @@ function conv_clog($logfile, $tail = 50) { else if(stristr($logent, "sack") == true) $flent['proto'] = "TCP"; else - continue; + $flent['proto'] = "TCP"; $flent['time'] = $log_split[1]; $flent['act'] = $log_split[3]; -- cgit v1.1