summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Collapse)AuthorAgeFilesLines
* fix number of config entries in inppkt_ULOG plugin (Philip Craig)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-05-231-1/+1
|
* - add IPFIX netfilter vendor specific fields for seq global/local/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-261-0/+8
| | | | - use real value for netfilter ipfix vendor id
* add support for new 'seq_local' and 'seq_global' arguments/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-261-2/+48
|
* fix some hahstable related bugs:/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-261-8/+12
| | | | | | | 1) correctly name flow.end.usec 2) initialize 'idle' list_head 3) don't allocate hash table in case hash_use=0 4) fix invalid pointer arithmetic
* fix output key initialization (Christian Hentschel)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-131-1/+1
|
* fix compiler warning (void/char) (Christian Hentschel)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-121-1/+1
|
* introduce 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.org2006-01-121-16/+294
| | | | | | | | | | | | | | | | | | | | 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
* - Cosmetic changes (tab indent struct initializers)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-121-18/+18
| | | | - Rename "tcp.[sd]port" into "l4.[sd]port" (Christian Hentschel)
* add support for get-counter-and-zero polling/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-2/+64
|
* we 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.org2005-12-141-2/+2
|
* more verbose error reporting/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-12-081-5/+18
|
* fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-293-3/+3
|
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-203-8/+9
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-053-0/+3
| | | | version
* finish port of ULOG input pluginlaforge2005-11-052-39/+39
|
* - fix endianness of ip address / port numberslaforge2005-11-051-5/+6
| | | | - fix segfault due to missing priv_size
* we only need to link against libnetfilter_loglaforge2005-11-051-1/+1
|
* - add IPFIX field id's laforge2005-11-051-41/+60
| | | | - add some more output keys
* use accessor functions as available by latest libnetfilter_loglaforge2005-11-051-49/+49
|
* add some more ipfix related information to NFCTlaforge2005-11-041-10/+45
|
* it's now libnetfilter_log, not libnfnetlink_loglaforge2005-11-041-1/+1
|
* make NFCT plugin compilelaforge2005-11-041-26/+38
|
* rename CTNL to NFCTlaforge2005-11-042-3/+3
|
* rename ctnl to nfctlaforge2005-11-041-21/+20
|
* further bits of the per-flow input pluginlaforge2005-11-041-118/+119
|
* cosmetic changeslaforge2005-10-082-2/+4
|
* fix off-by-one bugs in netlink parsing, add config file parsing and better ↵laforge2005-10-081-5/+19
| | | | error handling
* use reasonable names for pluginslaforge2005-10-032-5/+11
|
* use new init function logiclaforge2005-10-031-3/+5
|
* disable ULOG until fully implementedlaforge2005-10-031-2/+2
|
* disable CTNL until it is finishedlaforge2005-10-031-2/+2
|
* further implementation of ctnl input plugin (still incomplete)laforge2005-10-031-35/+37
|
* bring NFLOG input plugin into compiling statelaforge2005-10-033-116/+165
|
* more work towards automake'inglaforge2005-10-022-1/+4
|
* first step towards automakelaforge2005-10-025-60/+16
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-021-2/+1
|
* some more worklaforge2005-09-261-10/+24
|
* unfinished ctnetlink -> nfnetlink_conntrack changeslaforge2005-07-311-3/+23
|
* add (unfinished) nfnetlink_log input pluginlaforge2005-07-312-1/+296
|
* add half-finished ctnetlink flow importlaforge2005-06-241-27/+115
|
* current working state (doesn't compile yet)laforge2005-04-172-48/+51
|
* add makefiles for subdirslaforge2005-04-172-0/+60
|
* add some more skeleton codelaforge2005-04-161-1/+108
|
* intermediate development snapshotlaforge2004-10-101-1/+30
|
* commit my latest changes from Ottawa (July 2004)laforge2004-08-221-49/+10
|
* sume of the BASE stuff (the part dealing with OOB) doesn't belong in a ↵laforge2004-07-241-13/+161
| | | | generic packet interpreter but is rather specific to the ULOG input plugin.
* move more stuff from ulogd.c to libulog pluginlaforge2004-07-231-0/+11
|
* move libulog specific code to ulogd_inppkt_ULOG.claforge2004-07-231-0/+128
| | | | move ulogd_LOCAL.c to ulogd_raw2packet_LOCAL.c
* add dummy flow input pluginslaforge2004-07-232-0/+4
|
* further tree reorganizationlaforge2004-07-231-441/+0
|