summaryrefslogtreecommitdiffstats
path: root/input/packet
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 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
|
* 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-292-2/+2
|
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-202-7/+8
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-052-0/+2
| | | | version
* finish port of ULOG input pluginlaforge2005-11-052-39/+39
|
* 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
|
* it's now libnetfilter_log, not libnfnetlink_loglaforge2005-11-041-1/+1
|
* 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-031-3/+6
|
* use new init function logiclaforge2005-10-031-3/+5
|
* disable ULOG until fully implementedlaforge2005-10-031-2/+2
|
* bring NFLOG input plugin into compiling statelaforge2005-10-032-114/+163
|
* more work towards automake'inglaforge2005-10-021-0/+2
|
* first step towards automakelaforge2005-10-022-30/+7
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-021-2/+1
|
* some more worklaforge2005-09-261-10/+24
|
* add (unfinished) nfnetlink_log input pluginlaforge2005-07-312-1/+296
|
* current working state (doesn't compile yet)laforge2005-04-171-48/+50
|
* add makefiles for subdirslaforge2005-04-171-0/+30
|
* 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