libnetfilter_conntrack 0.0.97 release

Pablo Neira Ayuso <[email protected]> Mon, 13 Oct 2008 14:29:14 +0200
Newsgroups gmane.comp.security.firewalls.netfilter.announce
Message-ID <48F33F1A.3000806__5301.31390919468$1223902721$gmane$org@netfilter.org>
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
ChangeLog (text/plain, 473 B)
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