From: laforge Date: Tue, 27 Jan 2004 20:41:52 +0000 (+0000) Subject: add some more TODO X-Git-Tag: ulogd-2.0.0beta2~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c45f60189add66edc8c8db2cff367a58ea974f;p=thirdparty%2Fulogd2.git add some more TODO --- 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?