summaryrefslogtreecommitdiffstats
path: root/input/flow
Commit message (Expand)AuthorAgeFilesLines
* build: use correct automake variable for library dependenciesJeremy Sowden2021-11-151-1/+2
* build: delete commented-out codeJeremy Sowden2021-11-151-4/+1
* build: skip sub-directories containing disabled pluginsJeremy Sowden2021-11-151-2/+0
* build: add Make_global.am for common flagsJeremy Sowden2021-11-151-2/+2
* IPFIX: Add IPFIX output pluginAnder Juaristi2019-04-301-2/+0
* nfct: use start timestamp if providedEric Leblond2014-02-221-4/+14
* nfct: make NFCT packet counter/length 64 bitUlrich Weber2013-10-101-12/+12
* nfct: use timestamp of conntrack object.Eric Leblond2013-03-051-10/+32
* nfct: add protocol filterEric Leblond2013-01-051-2/+58
* nfct: implement src and dst filterEric Leblond2013-01-051-2/+214
* nfct: call register callback on opened handlerEric Leblond2013-01-051-1/+1
* build: avoid per-target CFLAGSJan Engelhardt2012-11-271-2/+1
* configure: add flag to disable NFCT buildEric Leblond2012-11-041-0/+2
* src: fix version that -V displaysPablo Neira Ayuso2012-08-031-1/+1
* input: NFCT: fix compilation warning with gcc-4.7Pablo Neira Ayuso2012-08-031-2/+0
* NFCT: fix crash in polling mode if used by two stacksEric Leblond2012-07-201-5/+5
* build: use pkglibdir instead of pkglibexecdir for automakeBjörn Lässig2012-05-181-1/+1
* 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
* build: use appropriate location for program modulesJan Engelhardt2011-02-011-1/+1
* NFCT: fix bug in polling modePablo Neira Ayuso2010-12-091-0/+6
* build: propagate global CFLAGSJan Engelhardt2010-11-051-1/+1
* build: remove unused $(all_includes)Jan Engelhardt2010-11-051-1/+1
* build: remove -fPIC flagJan Engelhardt2010-11-051-1/+1
* 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
* Replace INCLUDES by AM_CPPFLAGS in Makefile.am.Eric Leblond2009-01-221-1/+1
* build: use -avoid-version for modulesJan Engelhardt2009-01-201-2/+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
* Fix NFCT/NFLOG plugin compilation when libraries use non-standard prefix.Eric Leblond2008-06-181-1/+2
* 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