summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2004-01-27 20:41:52 +0000
committerlaforge <laforge>2004-01-27 20:41:52 +0000
commita9c45f60189add66edc8c8db2cff367a58ea974f (patch)
tree46e428046999f18d9c13c1686c756437ebcb64eb
parent7b1cc665d74fda4aeda9905fb26249d76e3a085e (diff)
add some more TODO
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index c1e7f49..919d31b 100644
--- 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?