diff options
author | cy <cy@FreeBSD.org> | 2018-01-28 12:04:42 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2018-01-28 12:04:42 +0800 |
commit | feb3630dcd53e5ad845af16db98dfd1e7341019c (patch) | |
tree | 1f0dabe9a119adbde8a6b575f5df55f696f8e318 /security/Makefile | |
parent | ecc62711c12c87366c5d3df8bc52b3c032fcfd87 (diff) | |
download | freebsd-ports-gnome-feb3630dcd53e5ad845af16db98dfd1e7341019c.tar.gz freebsd-ports-gnome-feb3630dcd53e5ad845af16db98dfd1e7341019c.tar.zst freebsd-ports-gnome-feb3630dcd53e5ad845af16db98dfd1e7341019c.zip |
Add the plog an IP Filter log parse utility that summarizes ipmon
output into a tablular form.
I have been using this tool in various forms on my IP Filter firewalls
for almost twenty years. Maybe someone else might find it useful too.
Description from http://www.antibozo.net/ogata/webtools/:
plog is a parser for the logged output of the ipmon utility that is part
of the excellent IP-Filter packet-filtering and NAT package written and
maintained by Darren Reed. plog translates the somewhat garbled output
from ipmon into a report that aids analysis of your firewall traffic.
The current version number is 0.10.
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 1f046b94e0c0..1f5ff62cf9fe 100644 --- a/security/Makefile +++ b/security/Makefile @@ -740,6 +740,7 @@ SUBDIR += p5-dicewaregen SUBDIR += p5-openxpki SUBDIR += p5-openxpki-i18n + SUBDIR += p5-plog SUBDIR += pad SUBDIR += pam-modules SUBDIR += pam-mysql |