mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5208c26750
packet filter logs to XML files.
9 lines
340 B
Plaintext
9 lines
340 B
Plaintext
pflogx is a simple tool to export OpenBSD's packet filter logs to XML files.
|
|
It reads a binary logfile generated by the pf logging daemon (pflogd) to
|
|
generate a human-readable and exploitable XML file.
|
|
|
|
Using an XSLT processor you can convert this XML file to any other
|
|
format (HTML, CSV, SQL, ...).
|
|
|
|
WWW: http://akldev.free.fr/pflogx/
|