diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-13 10:16:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-13 10:16:48 +0800 |
commit | 41e1bbb474cbd4c54f3234bd907f3d7c856d8263 (patch) | |
tree | 998a62a42869af6f0d0018482a707bd87a937d43 /security/Makefile | |
parent | 5cb2ed2e698913f5978a233662796ba6b5672353 (diff) | |
download | freebsd-ports-gnome-41e1bbb474cbd4c54f3234bd907f3d7c856d8263.tar.gz freebsd-ports-gnome-41e1bbb474cbd4c54f3234bd907f3d7c856d8263.tar.zst freebsd-ports-gnome-41e1bbb474cbd4c54f3234bd907f3d7c856d8263.zip |
New port: security/webfwlog Web-based firewall log analyzer
Webfwlog is a web-based firewall log analysis and reporting
tool, and supports ipfilter and ipfw log file formats. It
is interactive and allow the user to "drill-down" from a
summary report to packet details logged. It also has great
flexibility in the format of the output and which logged
records are included. Sample report definitions are included
and are saved in a database (MySQL or PostgreSQL) and can
be modified by the user.
More info at: http://www.webfwlog.net
PR: ports/80352
Submitted by: Bob Hockney <zeus@ix.netcom.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 87ea72375ed2..16daa8fe890a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -547,6 +547,7 @@ SUBDIR += vulnerability-test-port SUBDIR += vuxml SUBDIR += vxquery + SUBDIR += webfwlog SUBDIR += wipe SUBDIR += wpa_supplicant SUBDIR += xca |