Hi!
The netfilter project proudly presents libnetfilter_conntrack-0.0.97.
libnetfilter_conntrack is a userspace library providing a programming
interface (API) to the in-kernel connection tracking state table. This
library requires a linux kernel >= 2.6.18.
This release includes minor fixes, some enhancements and cleanups. See
ChangeLog for more details.
You can download it from:
http://www.netfilter.org/projects/libnetfilter_conntrack/
ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/
Pablo,
on behalf of the Netfilter Project.
--
"Los honestos son inadaptados sociales" -- Les Luthiers
Albert Veli (1):
API: fix endianess issue
Pablo Neira Ayuso (7):
add comment in expect_create test file
add berkeley socket filtering high-level API
Extend high-level API for netlink BSF to add negative logic
bsf: use ntohl instead of htonl in the example
cleanup: split internal.h into several internal header files
compare: add two new flags for different level of comparisons
helper: explicit helper assignation support