]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
add some more TODO
authorlaforge <laforge>
Tue, 27 Jan 2004 20:41:52 +0000 (20:41 +0000)
committerlaforge <laforge>
Tue, 27 Jan 2004 20:41:52 +0000 (20:41 +0000)
TODO

diff --git a/TODO b/TODO
index c1e7f49356f52ec7b6c78ee483cb6e3bcbe41b19..919d31bd17d93bd74af92b4f79091590bc71d8b8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,6 +25,12 @@ X man pages
 X pcap output plugin (to use ethereal/tcpdump/... for the logs)
 - enable user to specify directory where to look for kernel include files
 - support for static linking
+- make core maintain a list of keyid's that all the output plugins are 
+  interested.  The interpreters would be called with their respective 
+  section of that list, and only compute those values that are actually
+  used by any of the running output plugins
+- issues with ulogd_BASE and partially copied packets (--ulog-cprange)
+- problem wrt. ulogd_BASE and fragments
 
 conffile:
 - rewrite parser. This stuff is a real mess. Anybody interested?