summaryrefslogtreecommitdiffstats
path: root/usr/local/www/filterparser.php
diff options
context:
space:
mode:
authorjim-p <jim@pingle.org>2009-06-06 17:59:08 -0400
committerjim-p <jim@pingle.org>2009-06-06 18:02:54 -0400
commitc0b6fddeecb352cd95134d2c82e769f73edb18e7 (patch)
tree256b121ddbb52bdd5e95931b593b0eff57303783 /usr/local/www/filterparser.php
parenta87afa7cb85608cd5e341a25a7311d9132e8ce33 (diff)
downloadpfsense-c0b6fddeecb352cd95134d2c82e769f73edb18e7.zip
pfsense-c0b6fddeecb352cd95134d2c82e769f73edb18e7.tar.gz
Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log filter, Firewall Log Summary graphs. Also add ProtoChart.
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