summaryrefslogtreecommitdiffstats
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* output: JSON: increase time-stamp buffer sizeJeremy Sowden2022-01-031-1/+1
* output: JSON: fix output of GMT offsetJeremy Sowden2022-01-031-4/+5
* output: SQLITE3: catch errors creating SQL statementJeremy Sowden2022-01-031-7/+13
* output: SQLITE3: improve mapping of fields to DB columnsPablo Neira Ayuso2022-01-031-16/+8
* output: SQLITE3: improve mapping of DB columns to fieldsJeremy Sowden2022-01-031-13/+13
* output: SQLITE3: improve formatting of insert statementJeremy Sowden2022-01-031-10/+6
* output: SQLITE3: fix memory-leak in error-handlingJeremy Sowden2021-12-061-1/+5
* output: SQLITE3: fix possible buffer overrunsJeremy Sowden2021-12-061-3/+3
* output: PGSQL: fix non-`connstring` configuration of DB connectionJeremy Sowden2021-12-061-27/+17
* output: PGSQL: improve mapping of DB columns to input-keysJeremy Sowden2021-12-061-7/+7
* output: MYSQL: improve mapping of DB columns to input-keysJeremy Sowden2021-12-061-7/+7
* output: DBI: fix configuration of DB connectionJeremy Sowden2021-12-061-7/+7
* output: DBI: fix NUL-termination of escaped SQL stringJeremy Sowden2021-12-061-4/+6
* output: DBI: improve mapping of DB columns to input-keysJeremy Sowden2021-11-301-21/+13
* output: DBI: fix deprecation warningsJeremy Sowden2021-11-301-7/+11
* Replace malloc+memset with callocJeremy Sowden2021-11-304-18/+4
* XML: show both nflog packet and conntrackKen-ichirou MATSUZAWA2021-11-231-11/+22
* output: IPFIX: correct format specifiersJeremy Sowden2021-11-231-4/+5
* build: missing ipfix.h header when running make distcheckPablo Neira Ayuso2021-11-161-0/+2
* build: skip sub-directories containing disabled pluginsJeremy Sowden2021-11-156-22/+27
* build: add Make_global.am for common flagsJeremy Sowden2021-11-157-16/+17
* XML: support nflog pkt outputKen-ichirou MATSUZAWA2021-10-121-1/+1
* IPFIX: Introduce template record supportAnder Juaristi2019-04-303-37/+138
* IPFIX: Add IPFIX output pluginAnder Juaristi2019-04-306-547/+741
* ulogd: json: send messages to a remote host / unix socketAndreas Jaggi2018-06-011-21/+270
* harmonize log file defaults with ulogd.confKaarle Ritvanen2017-05-164-4/+4
* sqlite3: Remove unused "buffer" option.Alex Xu2016-01-191-16/+1
* json: append timezone information to ISO 8601 dateVincent Bernat2015-10-021-5/+20
* json: output messages in JSONv1 formatVincent Bernat2015-10-021-1/+14
* Use stdint types everywhereFelix Janda2015-06-262-11/+11
* Fix JSON output on big endian systemsJimmy Jones2014-08-111-0/+11
* json: use packet timestamp if availableEric Leblond2014-03-071-5/+43
* json: introduce new JSON output pluginEric Leblond2014-01-282-0/+264
* nacct: fix format warningEric Leblond2014-01-251-2/+2
* nfct: make NFCT packet counter/length 64 bitUlrich Weber2013-10-101-8/+8
* pgsql: add var to specify arbitrary conn paramsEric Leblond2013-06-081-40/+47
* sqlite3: add sanity checkingEric Leblond2013-04-201-0/+2
* mysql: add sanity checkingEric Leblond2013-04-201-1/+3
* postgresql: add sanity checkingEric Leblond2013-04-201-1/+3
* logemu: return error if configuration is invalid.Eric Leblond2013-02-181-4/+1
* graphite: fix crash on i386Eric Leblond2013-02-171-2/+2
* graphite: fix warning about gnu extension usageEric Leblond2013-01-181-4/+4
* Get rid of SVN tag in comment.Eric Leblond2013-01-186-15/+3
* Add GRAPHITE output module.Eric Leblond2012-12-272-1/+251
* Add additional ip6 header fields to database scriptsBob Hockney2012-12-191-1/+1
* Handle postgresql schemas correctlyBob Hockney2012-12-191-4/+31
* build: move remaining preprocessor flags into CPPFLAGSJan Engelhardt2012-11-272-5/+5
* build: resolve compile error due to missing nfacct CPPFLAGSJan Engelhardt2012-11-271-1/+1
* XML: add missing includeEric Leblond2012-11-041-0/+2
* Use PRIu64 to print unsigned 64bit intEric Leblond2012-11-042-2/+4