libnetfilter_conntrack 0.0.94 release

Pablo Neira Ayuso <[email protected]> Sat, 31 May 2008 18:30:36 +0200
Newsgroups gmane.comp.security.firewalls.netfilter.announce
Message-ID <48417D2C.7040002__12419.4804848687$1212262903$gmane$org@netfilter.org>
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
Changelog-libnetfilter_conntrack (text/plain, 506 B)
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