Hi! The netfilter project proudly presents libnetfilter_conntrack-0.0.94 libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. This release includes new features and minor fixes. See ChangeLog for more details. Upgrade is recommended. This library requires a linux kernel >= 2.6.18. 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
Krzysztof Oledzki (1): add ICMPv6 support fix "type", "code" and "id": in reply direction were always set to 0 Pablo Neira Ayuso (5): add nfct_copy function add nfct_cmp function (this function replaces nfct_compare) fix __nfct_l4 structure layout (specifically, ICMP) add full support of SCTP fix segfault while getting the conntrack ID add nfct_send function check for pkg-config at configure stage fix missing bitset in the autocomplete code