conntrack-tools version 0.9.4 ----------------------------- Changes from 0.9.3: - fix error message in configure.in (Eric Leblond) [Eric Leblond] - fix segfault with conntrack --output [Krzysztof Oledzky] - use NFCT_SOPT_SETUP_* facilities: nfct_setobjopt - remove bogus option to get a conntrack in test.sh example file - add aliases --sport and --dport to make it more iptables-like - add support for `-L --src-nat' and `-L --dst-nat' to show natted connections - update conntrack(8) manpage - remove dlopen infrastructure - add library dependency checking to configure.in - simplify checksum code: use UDP/multicast checksum facilities - fix silly bug in build_network_message: out of bound memset - remove useless backlog parameter in multicast sockets - remove reminiscents of delay destroy message and relax transitions - remove confusing StripNAT parameter: NAT support enabled by default - relax event tracking: *_update callbacks use cache_update_force - use wraparound-aware functions after/before/between - commit phase: if conntrack exists, update it - local requests return EXIT_FAILURE if it can't connect to the daemon - remove several debug statements - fork when internal/external dump and commit requests are received - lots of cleanups [Pablo Neira Ayuso]