From 8a1642dc19b2199ec06542e6b24aeddd5cf593f2 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=pablo/emailAddress=pablo@netfilter.org" Date: Tue, 1 Nov 2005 00:28:14 +0000 Subject: o Bumped version to 0.2.4 o Redefine NFCT_ALL_CT_GROUPS o Fix typemsg2enum prototype, flags and type are 16 bits long, not 8 bits o Fix wrong expectation timeout and ID output o Fix getting and killing conntracks by ID --- include/libnetfilter_conntrack/libnetfilter_conntrack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/libnetfilter_conntrack') diff --git a/include/libnetfilter_conntrack/libnetfilter_conntrack.h b/include/libnetfilter_conntrack/libnetfilter_conntrack.h index 0c06fa6..f23bb70 100644 --- a/include/libnetfilter_conntrack/libnetfilter_conntrack.h +++ b/include/libnetfilter_conntrack/libnetfilter_conntrack.h @@ -13,7 +13,7 @@ #include #include -#define LIBNETFILTER_CONNTRACK_VERSION "0.2.3" +#define LIBNETFILTER_CONNTRACK_VERSION "0.2.4" enum { CONNTRACK = NFNL_SUBSYS_CTNETLINK, @@ -27,12 +27,12 @@ enum { #define NFCT_ANY_ID 0 /* - * Subscribe to all possible netlink groups. Use this + * Subscribe to all possible conntrack event groups. Use this * flag in case that you want to catch up all the possible * events. Do not use this flag for dumping or any other * similar operation. */ -#define NFCT_ALL_GROUPS ~0U +#define NFCT_ALL_CT_GROUPS (NF_NETLINK_CONNTRACK_NEW|NF_NETLINK_CONNTRACK_UPDATE|NF_NETLINK_CONNTRACK_DESTROY) union nfct_l4 { /* Add other protocols here. */ -- cgit v1.2.3