Hi!
The Netfilter project proudly presents:
libnetfilter_log 1.0.2
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
library has been previously known as libnfnetlink_log. This library
is used by ulogd2.
See ChangeLog that comes attached to this email for more details.
You can download it from:
https://www.netfilter.org/projects/libnetfilter_log/downloads.html
https://www.netfilter.org/pub/libnetfilter_log/
Happy firewalling.
Duncan Roe (13):
src: whitespace: Remove trailing whitespace and inconsistent indents
build: doc: reduce doxygen.cfg.in to non-default entries only
build: doc: remove trailing whitespace from doxygen.cfg.in
src: doc: Eliminate doxygen warnings
src: consistently use `gh` in code, code snippets and examples
src: doc: revise doxygen for module "Netlink message helper functions"
utils: nfulnl_test: Print meaningful error messages
src: doc: revise doxygen for all other modules
src: doc: Insert SYNOPSIS sections for man pages
src: doc: Add \return for nflog_get_packet_hw()
src: doc: Document nflog_callback_register() and nflog_handle_packet()
utils: nfulnl_test: Agree with man pages
build: doc: `make` generates requested documentation
Eric Leblond (1):
Add include needed for integer type definition.
Felix Janda (3):
configure: Make it possible to build libipulog
include: Sync with current kernel headers
src: Use stdint types everywhere
Gustavo Zacarias (1):
configure: uclinux is also linux
Jan Engelhardt (4):
build: remove unnecessary pkgconfig->config.status dependency
build: remove unused lines in Makefile.am
build: resolve automake-1.12 warnings
build: choose right automake variables
Jeremy Sowden (21):
include: Add extern "C" declarations to header-files.
build: remove duplicate `-lnfnetlink` from LDFLAGS.
build: link libnetfilter_log_libipulog.so explicitly to libnfnetlink.so.
build: remove broken code from autogen.sh.
Add doxygen directory to .gitignore.
build: remove references to non-existent man-pages.
doc: fix typo's in example.
src: use calloc instead of malloc + memset.
libipulog: use correct index to find attribute in packet.
libipulog: fill in missing packet fields.
build: add LIBVERSION variable for ipulog
build: correct pkg-config dependency configuration
build: add pkg-config configuration for libipulog
build: fix linker flags for nf-log
build: move dependency CFLAGS variables out of `AM_CPPFLAGS`
build: remove superfluous .la when linking ulog_test
build: remove `-dynamic` when linking check progs
build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`
build: replace `AC_HELP_STRING` with `AS_HELP_STRING`
Add Emacs artefacts to .gitignore
build: fix pkg-config syntax-errors
Ken-ichirou MATSUZAWA (8):
build: fix typo
src: introduce new functions independent from libnfnetlink
utils: take a example from libmnl and use new functions
nlmsg: add printf function in conjunction with libmnl
include: Sync with kernel headers
nlmsg: Add NFULA_CT and NFULA_CT_INFO attributes support
utils: nf-log: attaching a conntrack information
src: add conntrack ID to XML output
Matthieu Crapet (1):
configure: add --without-ipulog option to disable libipulog build
Natanael Copa (1):
include: Add include needed for integer type definition.
Pablo Neira Ayuso (4):
build: missing internal.h in Makefile.am
utils: nfulnl_test: call nflog_get_*() before printing field
utils: nfulnl_test: use nflog_get_packet_hw() and print hardware address
build: bump version to 1.0.2