summaryrefslogtreecommitdiffstats
path: root/usr/local/www/filterparser.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/filterparser.php')
-rw-r--r--usr/local/www/filterparser.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/local/www/filterparser.php b/usr/local/www/filterparser.php
index 79e927d..2ca79fe 100644
--- a/usr/local/www/filterparser.php
+++ b/usr/local/www/filterparser.php
@@ -63,7 +63,11 @@ while(!feof($log)) {
proto - Protocol (e.g. TCP, UDP, ICMP, etc)
tcpflags - TCP flags/control bits
src - Source address with port
+ srcip - Source IP
+ srcport - Source Port
dst - Destination address with port
+ dstip - Destination IP
+ dstport - Destination Port
*/
if ($flent != "")
echo "{$flent['time']} {$flent['act']} {$flent['realint']} {$flent['proto']} {$flent['src']} {$flent['dst']}\n";
OpenPOWER on IntegriCloud