Hi!
The Netfilter proudly project presents:
* libnetfilter_log-1.0.0
libnetfilter_log is a userspace library providing interface to packets
that have been logged by the kernel packet filter. It is is part of a
system that deprecates the old syslog/dmesg based packet logging.
This releases contains a new function to print logs in XML format and
the doxygen-based documentation. See Changelog for details.
You can find the documentation in doxygen format at:
http://www.netfilter.org/projects/libnetfilter_log/doxygen/
You can download it from:
http://www.netfilter.org/projects/libnetfilter_queue/downloads.html
ftp://ftp.netfilter.org/pub/libnetfilter_queue/
happy logging,
Pablo (on behalf of the Netfilter Core Team)
Pablo Neira Ayuso (11):
fix segfault in example in nflog_get_payload()
add nflog_snprintf_xml() to output a log in XML format
nflog: consistent nflog_snprintf_xml() return value with snprintf()
nflog: fix HW address output in nfq_snprintf_xml()
nflog: remove `0x' from HW protocol in output of nflog_snprintf_xml()
nflog: do not default to NFLOG_XML_HW in nflog_snprintf_xml()
nflog: revert previous patch
build: add libtool m4 support
doc: add libnetfilter_log doxygen documentation and update copyright
notice
build: add LIBVERSION to Makefile.am
nfq: fix redundant LIBVERSION definition