summaryrefslogtreecommitdiffstats
path: root/input
Commit message (Expand)AuthorAgeFilesLines
* input: UNIXSOCK: prevent unaligned pointer accessJeremy Sowden2021-11-301-9/+9
* input: UNIXSOCK: fix possible truncation of socket pathJeremy Sowden2021-11-301-5/+10
* input: UNIXSOCK: remove stat of socket-pathJeremy Sowden2021-11-301-14/+5
* NFLOG: attach struct nf_conntrackKen-ichirou MATSUZAWA2021-11-232-6/+68
* NFLOG: add NFULNL_CFG_F_CONNTRACK flagKen-ichirou MATSUZAWA2021-11-231-1/+10
* input: UNIXSOCK: correct format specifiersJeremy Sowden2021-11-231-5/+6
* build: use correct automake variable for library dependenciesJeremy Sowden2021-11-152-2/+4
* build: delete commented-out codeJeremy Sowden2021-11-151-4/+1
* build: group `*_la_*` variables with their librariesJeremy Sowden2021-11-151-8/+8
* build: skip sub-directories containing disabled pluginsJeremy Sowden2021-11-153-5/+9
* build: add Make_global.am for common flagsJeremy Sowden2021-11-153-6/+8
* NFLOG: fix seq global flag settingKen-ichirou MATSUZAWA2021-10-121-1/+1
* IPFIX: Add IPFIX output pluginAnder Juaristi2019-04-301-2/+0
* Use stdint types everywhereFelix Janda2015-06-262-25/+25
* Add flag to disable ULOG input pluginEric Leblond2015-04-241-1/+6
* nfct: use start timestamp if providedEric Leblond2014-02-221-4/+14
* ulogd: ulogd_inppkt_NFLOG: close nflog handle after unbindingChris Boot2013-11-181-1/+1
* 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
* Suppress dead FIXME.Eric Leblond2013-02-181-2/+0
* 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-272-4/+2
* configure: add flag to disable NFLOG buildEric Leblond2012-11-041-2/+4
* configure: add flag to disable NFCT buildEric Leblond2012-11-041-0/+2
* configure: add flag to disable NFACCT buildEric Leblond2012-11-041-2/+2
* nfacct: add timestamp optionEric Leblond2012-08-031-1/+31
* src: fix version that -V displaysPablo Neira Ayuso2012-08-035-5/+5
* input: NFCT: fix compilation warning with gcc-4.7Pablo Neira Ayuso2012-08-031-2/+0
* nfacct: add variable to not zero counter after readEric Leblond2012-08-031-9/+20
* NFCT: fix crash in polling mode if used by two stacksEric Leblond2012-07-201-5/+5
* output: XML: support for NFACCT input pluginPablo Neira Ayuso2012-06-221-3/+10
* src: add ULOGD_DTYPE_SUM for nfacct-based accountingPablo Neira Ayuso2012-06-221-1/+1
* nfacct: resolve build failureJan Engelhardt2012-06-051-3/+3
* build: use pkglibdir instead of pkglibexecdir for automakeBjörn Lässig2012-05-183-3/+3
* NFCT: add `reliable' config option to enable reliable flow-based loggingPablo Neira Ayuso2012-03-051-1/+18
* input: add nfacct pluginPablo Neira Ayuso2012-02-223-1/+274
* NFLOG: don't display overrun message once we have reach the buffer limitPablo Neira Ayuso2011-02-251-1/+12
* 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-012-2/+3
* build: avoid use of LIBS variableJan Engelhardt2011-02-011-1/+0
* NFCT: fix bug in polling modePablo Neira Ayuso2010-12-091-0/+6
* build: propagate global CFLAGSJan Engelhardt2010-11-052-2/+2
* build: remove unused $(all_includes)Jan Engelhardt2010-11-052-2/+2
* build: remove -fPIC flagJan Engelhardt2010-11-052-2/+2
* Add new input plugin UNIXSOCKPierre Chifflier2010-10-232-1/+830
* 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-172-1/+26