From d894e26211f38db37015850afab6b7331edeecdb 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: Sun, 1 May 2005 23:19:42 +0000 Subject: o Created changelog file o Deleted libctnetlink.h and libnfnetlink.h from the include/ dir. o Added support for version (-V) and help (-h) o Added event mask based support o Added GPLv2 headers o Use fprintf instead of printf o Defined print_tuple and print_proto output interfaces o ctnl_[get|del]_conntrack handles return value from kernel via msgerr o Added support for conntrack table flushing o Added test case file (test.sh) o Improve dump output o Autoconf stuff for conntrack + some pablo's modifications. o Fixed packet counters formatting (use %llu instead of %lu) --- TODO | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 12af6af..4b1654f 100644 --- a/TODO +++ b/TODO @@ -1,25 +1,23 @@ user space tool --------------- -General: -[ ] Proper Makefiles -[ ] Modify Event Display (-E conntrack). +[X] Proper Makefiles +[X] Modify Event Display (-E conntrack). Extensions: [ ] ICMP library -[ ] finish TCP: help and protocol specific stuff: --state, etc... -[ ] finish UDP: help +[X] finish TCP: protocol specific stuff: --state, etc... +[ ] finish UDP, TCP, ICMP: help nfnetlink_conntrack: -------------------- Now: -[ ] Error handling (nlerrmsg) +[X] Error handling (nlerrmsg) [X] Use id's to identify conntracks [ ] Split NEW and CHANGE [ ] Split DUMP and GET [ ] Kill Change API. Move locks to ip_conntrack_[protocol|helper]. -[ ] implement conntrack FLUSH -[ ] Per CPU id. Currently racy. +[X] implement conntrack FLUSH Later: [ ] convert CTA_SOMETHING-1 to CTA_SOMETHING, annoying! -- cgit v1.2.3