]> git.ipfire.org Git - thirdparty/ulogd2.git/log
thirdparty/ulogd2.git
19 years agoforward-port PROTO=0 fix from ulogd-1.24
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 25 Jan 2006 11:38:14 +0000 (11:38 +0000)] 
forward-port PROTO=0 fix from ulogd-1.24

19 years agoport is an integer value
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Fri, 20 Jan 2006 10:12:06 +0000 (10:12 +0000)] 
port is an integer value

19 years agofix output key initialization (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Fri, 13 Jan 2006 20:54:52 +0000 (20:54 +0000)] 
fix output key initialization (Christian Hentschel)

19 years agouse correct vallue for db_ce (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Fri, 13 Jan 2006 20:53:58 +0000 (20:53 +0000)] 
use correct vallue for db_ce (Christian Hentschel)

19 years agoforward-port PgSQL memory leak fix from ulogd-1.x
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 13:57:12 +0000 (13:57 +0000)] 
forward-port PgSQL memory leak fix from ulogd-1.x

19 years agofix mysql output typo (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:23:52 +0000 (12:23 +0000)] 
fix mysql output typo (Christian Hentschel)

19 years agofix compiler warning (void/char) (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:22:05 +0000 (12:22 +0000)] 
fix compiler warning (void/char) (Christian Hentschel)

19 years agotimer.c: llist_del() fixup (Christian Hentschel);
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:20:49 +0000 (12:20 +0000)] 
timer.c: llist_del() fixup (Christian Hentschel);

19 years agortnl.c warning fix (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:19:50 +0000 (12:19 +0000)] 
rtnl.c warning fix (Christian Hentschel)

19 years agodb.c warning fix
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:19:03 +0000 (12:19 +0000)] 
db.c warning fix

Signed-off-by: Christian Hentschel <chentschel@people.netfilter.org>
19 years agointroduce NFCT input plugin hash table for start/end timestamps. Based on an
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 12:18:21 +0000 (12:18 +0000)] 
introduce NFCT input plugin hash table for start/end timestamps. Based on an
original patch by Christian Hentschel, amended like:

1) the hash table has to be per-instance, since [at least in the future]
   we can have nfnetlink messages routed from other machines over the
   network, thus every NFCT instance has to have it's own hash table.
2) Whether or not to use a preallocated table is now a configuration
   value, as is the number of buckets and max_entries
3) configure_nfct was not used in the struct ulogd_plugin.configure
4) don't put the hashtable buckets in BSS, but rather allocate them
   dynamically
5) allocate all ct_timestamps (in the preallocated case) at once, rather
   than malloc()ing each on its own.
6) use official IPFIX fields for flow start and flow end instead of
   private numbers
7) use llist instead of list (linuxlist.h adds an additional 'l')
8) add lots of TODO items
9) add IPFIX_NF_conntrack_id to header file

19 years ago- Cosmetic changes (tab indent struct initializers)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 12 Jan 2006 10:36:20 +0000 (10:36 +0000)] 
- Cosmetic changes (tab indent struct initializers)
- Rename "tcp.[sd]port" into "l4.[sd]port" (Christian Hentschel)

19 years agoclean up printpkt situation (now we no longer include .c files)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 23:37:51 +0000 (23:37 +0000)] 
clean up printpkt situation (now we no longer include .c files)

19 years agoadd some missing file to EXTRA_DIST
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 23:37:32 +0000 (23:37 +0000)] 
add some missing file to EXTRA_DIST

19 years agoadd debian package building support
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 23:25:14 +0000 (23:25 +0000)] 
add debian package building support

19 years agonow 'make dist-bzip2' finally works
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 23:06:26 +0000 (23:06 +0000)] 
now 'make dist-bzip2' finally works

19 years agofurther 'make dist' fixes
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 22:55:39 +0000 (22:55 +0000)] 
further 'make dist' fixes

19 years agofix doc building
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sun, 8 Jan 2006 22:38:37 +0000 (22:38 +0000)] 
fix doc building

19 years agoadd conditional compilation of mysql, pgsql, sqlite3 and pcap
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:45:54 +0000 (22:45 +0000)] 
add conditional compilation of mysql, pgsql, sqlite3 and pcap

19 years agoadd SCTP / DCCP todo
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:42:35 +0000 (22:42 +0000)] 
add SCTP / DCCP todo

19 years agodisabel SCTP for now :(
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:11:12 +0000 (22:11 +0000)] 
disabel SCTP for now :(

19 years agomove error handling in plugin
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:06:10 +0000 (22:06 +0000)] 
move error handling in plugin

19 years agoremove strerror function of db helpers and move error printing
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:05:44 +0000 (22:05 +0000)] 
remove strerror function of db helpers and move error printing
directly into db plugins

19 years agoadd support for get-counter-and-zero polling
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:04:36 +0000 (22:04 +0000)] 
add support for get-counter-and-zero polling

19 years agofurther work on IPFIX output
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:01:35 +0000 (22:01 +0000)] 
further work on IPFIX output

19 years agointroduce core timer handling
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 22:00:51 +0000 (22:00 +0000)] 
introduce core timer handling

19 years agointroduce subpackages for plugins
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 21:59:49 +0000 (21:59 +0000)] 
introduce subpackages for plugins

19 years agointroduce acinclude.m4 with macros for mysql,pgsql,sqlite3 and pcap detection.
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Sat, 7 Jan 2006 21:58:42 +0000 (21:58 +0000)] 
introduce acinclude.m4 with macros for mysql,pgsql,sqlite3 and pcap detection.

19 years agouse driver's open_db routine
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 17:32:30 +0000 (17:32 +0000)] 
use driver's open_db routine

19 years agomake ipfix output plugin compile (not yet functional)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 14:07:53 +0000 (14:07 +0000)] 
make ipfix output plugin compile (not yet functional)

19 years agomove plugin wildcard input key generation into core
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 14:07:15 +0000 (14:07 +0000)] 
move plugin wildcard input key generation into core

19 years agoadd new 'ulogd_key_size()' function
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 13:15:26 +0000 (13:15 +0000)] 
add new 'ulogd_key_size()' function

19 years agoforgot to rename some function calls with last commit
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 12:41:20 +0000 (12:41 +0000)] 
forgot to rename some function calls with last commit

19 years agodon't "#include" a .c file but rather compile db.c on it's own
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 15 Dec 2005 12:37:58 +0000 (12:37 +0000)] 
don't "#include" a .c file but rather compile db.c on it's own

19 years agoadd some more yet unfinished IPFIX output code
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 21:35:27 +0000 (21:35 +0000)] 
add some more yet unfinished IPFIX output code

19 years agouse 'const char' in parser function
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 15:30:03 +0000 (15:30 +0000)] 
use 'const char' in parser function

19 years agoadd cleanup of dynamically allocated memory at end of plugin stack traversal
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 15:29:42 +0000 (15:29 +0000)] 
add cleanup of dynamically allocated memory at end of plugin stack traversal

19 years agowe don't need RETF_FREE for stuf that isn't dynamically allocated
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 15:29:21 +0000 (15:29 +0000)] 
we don't need RETF_FREE for stuf that isn't dynamically allocated

19 years agoclose_db() is a member function and not a global symbol
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 15:12:20 +0000 (15:12 +0000)] 
close_db() is a member function and not a global symbol

19 years agoPGSQL_LIB not LIBS
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Wed, 14 Dec 2005 15:09:50 +0000 (15:09 +0000)] 
PGSQL_LIB not LIBS

19 years agotodo update
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Mon, 12 Dec 2005 10:58:28 +0000 (10:58 +0000)] 
todo update

19 years agoschema support fixes
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Mon, 12 Dec 2005 10:58:21 +0000 (10:58 +0000)] 
schema support fixes

19 years agomake pgsql plugin compile (untested)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Fri, 9 Dec 2005 13:33:53 +0000 (13:33 +0000)] 
make pgsql plugin compile (untested)

19 years agocomply with new naming convention
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 12:42:48 +0000 (12:42 +0000)] 
comply with new naming convention

19 years agoadd mysql and pgsql subdirs
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 12:42:20 +0000 (12:42 +0000)] 
add mysql and pgsql subdirs

19 years agoconvert mysql to new DB api
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 12:42:06 +0000 (12:42 +0000)] 
convert mysql to new DB api

19 years agonew database core api
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 12:41:44 +0000 (12:41 +0000)] 
new database core api

19 years agoconvert pgsql module to new database API
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 12:41:28 +0000 (12:41 +0000)] 
convert pgsql module to new database API

19 years agofurther cleanup
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 09:43:19 +0000 (09:43 +0000)] 
further cleanup

19 years agore-enable the reconnect support
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 08:30:29 +0000 (08:30 +0000)] 
re-enable the reconnect support

19 years agomore verbose error reporting
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 08:17:31 +0000 (08:17 +0000)] 
more verbose error reporting

19 years agomore verbose error reporting
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 07:27:02 +0000 (07:27 +0000)] 
more verbose error reporting

19 years agofix/cleanup logfile handling
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 07:25:17 +0000 (07:25 +0000)] 
fix/cleanup logfile handling

19 years agoadd some bits about signals
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 07:24:50 +0000 (07:24 +0000)] 
add some bits about signals

19 years agofix typo
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 06:29:24 +0000 (06:29 +0000)] 
fix typo

19 years agoimplement reparse/reconnect on sighup
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 8 Dec 2005 06:25:00 +0000 (06:25 +0000)] 
implement reparse/reconnect on sighup

19 years agorename all linux list related structs/functs/macros to 'llist', since mysql is now...
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Mon, 5 Dec 2005 14:55:37 +0000 (14:55 +0000)] 
rename all linux list related structs/functs/macros to 'llist', since mysql is now cluttering the namespace by its 'list_add' function.

19 years agosyslog_level is a string, not an int
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Mon, 5 Dec 2005 14:52:55 +0000 (14:52 +0000)] 
syslog_level is a string, not an int

19 years agoOPRINT: use pluginstance num_keys instead of plugin num_keys (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Tue, 29 Nov 2005 08:56:09 +0000 (08:56 +0000)] 
OPRINT: use pluginstance num_keys instead of plugin num_keys (Christian Hentschel)

19 years agofixes
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Tue, 29 Nov 2005 08:43:51 +0000 (08:43 +0000)] 
fixes

19 years agoadd missing memset after malloc (Christian Hentschel)
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 24 Nov 2005 21:44:30 +0000 (21:44 +0000)] 
add missing memset after malloc (Christian Hentschel)

19 years agoadd missing makefile
/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org [Thu, 24 Nov 2005 21:44:07 +0000 (21:44 +0000)] 
add missing makefile

19 years agowe forgot to set num_keys() correctly.
laforge [Thu, 24 Nov 2005 21:06:40 +0000 (21:06 +0000)] 
we forgot to set num_keys() correctly.

19 years agoremove bogus comment (code was fixed, comment not removed)
laforge [Thu, 24 Nov 2005 20:50:42 +0000 (20:50 +0000)] 
remove bogus comment (code was fixed, comment not removed)

19 years agoget rid of that old dir
laforge [Thu, 24 Nov 2005 18:29:56 +0000 (18:29 +0000)] 
get rid of that old dir

19 years agoit's now called "group" parameter, not nlgroup
laforge [Thu, 24 Nov 2005 17:56:18 +0000 (17:56 +0000)] 
it's now called "group" parameter, not nlgroup

19 years agofinally fix up MYSQL module to build correctly
laforge [Sun, 20 Nov 2005 21:19:50 +0000 (21:19 +0000)] 
finally fix up MYSQL module to build correctly

19 years agosome plugins support packet and flow data types
laforge [Sun, 20 Nov 2005 14:41:23 +0000 (14:41 +0000)] 
some plugins support packet and flow data types

19 years agomake 'num_keys' an attribute of pluginstance instead of plugin
laforge [Sun, 20 Nov 2005 14:16:30 +0000 (14:16 +0000)] 
make 'num_keys' an attribute of pluginstance instead of plugin

19 years agouse bitmask instead of enum for input/output data type
laforge [Sun, 20 Nov 2005 13:20:57 +0000 (13:20 +0000)] 
use bitmask instead of enum for input/output data type

19 years agofix dozens of compiler warnings/errors. one step closer to compilation.
laforge [Sun, 20 Nov 2005 13:11:17 +0000 (13:11 +0000)] 
fix dozens of compiler warnings/errors.  one step closer to compilation.

19 years agomore known TODO
laforge [Sat, 5 Nov 2005 17:04:35 +0000 (17:04 +0000)] 
more known TODO

19 years agoadd autogen.sh
laforge [Sat, 5 Nov 2005 17:04:26 +0000 (17:04 +0000)] 
add autogen.sh

19 years agofix multiple stacks
laforge [Sat, 5 Nov 2005 17:04:15 +0000 (17:04 +0000)] 
fix multiple stacks

19 years agoupdate documentation somewhat
laforge [Sat, 5 Nov 2005 16:56:43 +0000 (16:56 +0000)] 
update documentation somewhat

19 years agodistribute a reasonable config file template
laforge [Sat, 5 Nov 2005 16:29:34 +0000 (16:29 +0000)] 
distribute a reasonable config file template

19 years agointroduce version field for plugins, refuse loading plugins with different version
laforge [Sat, 5 Nov 2005 16:23:57 +0000 (16:23 +0000)] 
introduce version field for plugins, refuse loading plugins with different version

19 years agofinish port of ULOG input plugin
laforge [Sat, 5 Nov 2005 16:15:40 +0000 (16:15 +0000)] 
finish port of ULOG input plugin

19 years agoupdate
laforge [Sat, 5 Nov 2005 16:15:21 +0000 (16:15 +0000)] 
update

19 years agofinish port of PWSNIF plugin
laforge [Sat, 5 Nov 2005 16:15:09 +0000 (16:15 +0000)] 
finish port of PWSNIF plugin

19 years agouse automake, move header file
laforge [Sat, 5 Nov 2005 15:59:40 +0000 (15:59 +0000)] 
use automake, move header file

19 years agomove to filter dir
laforge [Sat, 5 Nov 2005 15:44:46 +0000 (15:44 +0000)] 
move to filter dir

19 years agoport PWSNIFF
laforge [Sat, 5 Nov 2005 15:44:03 +0000 (15:44 +0000)] 
port PWSNIFF

19 years agoupdate copyright statement
laforge [Sat, 5 Nov 2005 15:33:12 +0000 (15:33 +0000)] 
update copyright statement

19 years ago- fix endianness of ip address / port numbers
laforge [Sat, 5 Nov 2005 15:29:47 +0000 (15:29 +0000)] 
- fix endianness of ip address / port numbers
- fix segfault due to missing priv_size

19 years agowe only need to link against libnetfilter_log
laforge [Sat, 5 Nov 2005 15:29:17 +0000 (15:29 +0000)] 
we only need to link against libnetfilter_log

19 years agoadd 'sync' config option
laforge [Sat, 5 Nov 2005 15:29:03 +0000 (15:29 +0000)] 
add 'sync' config option

19 years ago- add IPFIX field id's
laforge [Sat, 5 Nov 2005 13:39:02 +0000 (13:39 +0000)] 
- add IPFIX field id's
- add some more output keys

19 years agoadd netfilter specific information elements
laforge [Sat, 5 Nov 2005 13:38:41 +0000 (13:38 +0000)] 
add netfilter specific information elements

19 years agouse accessor functions as available by latest libnetfilter_log
laforge [Sat, 5 Nov 2005 12:56:35 +0000 (12:56 +0000)] 
use accessor functions as available by latest libnetfilter_log

19 years agofinish port of OPRINT target
laforge [Fri, 4 Nov 2005 22:55:38 +0000 (22:55 +0000)] 
finish port of OPRINT target

19 years agojust some very early skeleton code for IPFIX exporting
laforge [Fri, 4 Nov 2005 20:20:49 +0000 (20:20 +0000)] 
just some very early skeleton code for IPFIX exporting

19 years agoadd some more ipfix related information to NFCT
laforge [Fri, 4 Nov 2005 18:43:31 +0000 (18:43 +0000)] 
add some more ipfix related information to NFCT

19 years agoadd more ipfix related information to raw2packet_BASE
laforge [Fri, 4 Nov 2005 18:32:53 +0000 (18:32 +0000)] 
add more ipfix related information to raw2packet_BASE

19 years agodon't return '*', but an empty string in case no interface is found
laforge [Fri, 4 Nov 2005 15:23:48 +0000 (15:23 +0000)] 
don't return '*', but an empty string in case no interface is found

19 years agoit's now libnetfilter_log, not libnfnetlink_log
laforge [Fri, 4 Nov 2005 15:23:31 +0000 (15:23 +0000)] 
it's now libnetfilter_log, not libnfnetlink_log

19 years agofix parsing of config file
laforge [Fri, 4 Nov 2005 15:23:12 +0000 (15:23 +0000)] 
fix parsing of config file
add some more debug output

19 years agomake NFCT plugin compile
laforge [Fri, 4 Nov 2005 14:47:19 +0000 (14:47 +0000)] 
make NFCT plugin compile

19 years agorename CTNL to NFCT
laforge [Fri, 4 Nov 2005 14:03:11 +0000 (14:03 +0000)] 
rename CTNL to NFCT

19 years agorename ctnl to nfct
laforge [Fri, 4 Nov 2005 14:02:18 +0000 (14:02 +0000)] 
rename ctnl to nfct