summaryrefslogtreecommitdiffstats
path: root/input/flow/ulogd_inpflow_NFCT.c
Commit message (Expand)AuthorAgeFilesLines
* NFCT: add `reliable' config option to enable reliable flow-based loggingPablo Neira Ayuso2012-03-051-1/+18
* NFCT: use nfct_copy() instead of deprecated nfct_sizeof() functionPablo Neira Ayuso2011-02-251-1/+1
* NFCT: fix bug in polling modePablo Neira Ayuso2010-12-091-0/+6
* NFCT: copy the conntrack object to the plugin oncePablo Neira Ayuso2010-06-171-1/+8
* NFCT: fix plugin re-use in different stacksPablo Neira Ayuso2010-06-171-4/+6
* output: add new plugin XML to output logs in XMLPablo Neira Ayuso2010-06-171-0/+18
* NFCT: fix reset counters via SIGUSR2 signalPablo Neira Ayuso2010-01-171-3/+52
* NFCT: fix number of options (missing one)Pablo Neira Ayuso2010-01-171-1/+1
* NFCT: split event handler if hashtable is used or notPablo Neira Ayuso2010-01-171-28/+39
* NFCT: use new hashtable implementation for better performancePablo Neira Ayuso2010-01-171-40/+79
* NFCT: change `pollinterval' behaviourPablo Neira Ayuso2010-01-171-8/+120
* NFCT: cleanup constructor and destructor functionsPablo Neira Ayuso2010-01-111-41/+67
* NFCT: avoid spamming report about netlink overrunsPablo Neira Ayuso2009-07-221-1/+9
* NFCT: add configurable option to set the value of the resynchronization timerPablo Neira Ayuso2009-07-221-8/+15
* NFCT: improve netlink overrun handlingPablo Neira Ayuso2009-07-221-12/+12
* NFCT: fix NULL dereference when hashtable is fullPablo Neira Ayuso2009-06-231-0/+9
* Delete timer in destructor function.Eric Leblond2009-02-081-0/+2
* build: compile fixJan Engelhardt2009-01-181-0/+1
* Fix memory leak in destructor_nfct().Eric Leblond2008-12-091-0/+11
* Fix stop function of NFCT plugin.Eric Leblond2008-12-091-1/+1
* add ukey_* function for key assignationPablo Neira Ayuso2008-12-091-106/+53
* whitespace cleanupEric Leblond2008-06-231-19/+19
* Cleanup: fix error messages and indentationEric Leblond2008-06-121-3/+3
* Fix crash when using NFCT with hash_enable=0.regit2008-06-041-1/+1
* Modify the code by activating overrun handling if and only if the local hash ...Eric Leblond2008-06-021-19/+28
* Fill every possible timestamp. It fills START timestamp for NEW packet and ST...Eric Leblond2008-06-021-15/+42
* cleanup for key builder and fix IPv6 support and introduce 128-bits typePablo Neira Ayuso2008-06-021-41/+79
* improve netlink overrun handling of NFCTPablo Neira Ayuso2008-06-021-28/+210
* rework NFCT to use a generic hashtablePablo Neira Ayuso2008-06-021-144/+120
* This patch is a port to the new libnetfilter_conntrack API of the NFCT/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-04-051-64/+82
* This patch contains two linked modifications in NFCT input plugin:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-03-261-18/+37
* This patch adds support for duplication of the message to be/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-03-251-0/+10
* - implement a synchronous timer framework/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-191-14/+12
* Sends one message for each connection event instead of two/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-191-68/+168
* Ulogd2: fix some indenting/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-01-121-19/+19
* Add a printflow plugin is similar to the PRINTPKT plugin, but for flows. It's/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-05-231-0/+8
* 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
* 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
* - 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
* 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
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-1/+1
* introduce version field for plugins, refuse loading plugins with different ve...laforge2005-11-051-0/+1
* - fix endianness of ip address / port numberslaforge2005-11-051-5/+6
* add some more ipfix related information to NFCTlaforge2005-11-041-10/+45
* make NFCT plugin compilelaforge2005-11-041-26/+38
* rename CTNL to NFCTlaforge2005-11-041-0/+220