summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 00:32:55 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 00:32:55 +0000
commit036f7009a3b19b79d68f937442f0fc199ad53cc0 (patch)
tree0a25c4fcf1d3933191f9eae3d7014ebf5d64a801 /usr/local/www/diag_logs_filter.php
parentf666442a8f40733fe5c612c5ccc6794f2637440b (diff)
downloadpfsense-036f7009a3b19b79d68f937442f0fc199ad53cc0.zip
pfsense-036f7009a3b19b79d68f937442f0fc199ad53cc0.tar.gz
Fix a XXX
Diffstat (limited to 'usr/local/www/diag_logs_filter.php')
-rwxr-xr-xusr/local/www/diag_logs_filter.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index 5c3c07c..1bb1e7c 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -34,7 +34,6 @@
require("guiconfig.inc");
$filter_logfile = "{$g['varlog_path']}/filter.log";
-//exec("/usr/sbin/tcpdump -n -e -ttt -r {$g['varlog_path']}/pflog | logger -t pf -p local0.info ");
$nentries = $config['syslog']['nentries'];
if (!$nentries)
@@ -75,7 +74,6 @@ function conv_clog($logfile, $tail) {
if(stristr($logent, "UDP") == true)
$flent['proto'] = "UDP";
- /* XXX: fetch time? */
$flent['time'] = $log_split[1];
$flent['act'] = $log_split[3];
$flent['interface'] = strtoupper(convert_real_interface_to_friendly_interface_name(str_replace(":","",$log_split[4])));
OpenPOWER on IntegriCloud