summaryrefslogtreecommitdiffstats
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* build: use pkg-config or pg_config for libpqJeremy Sowden2022-01-111-2/+2
* build: use pkg-config or pcap-config for libpcapJeremy Sowden2022-01-111-0/+2
* build: use pkg-config or mysql_config for libmysqlclientJeremy Sowden2022-01-111-2/+2
* build: use pkg-config for libdbiJeremy Sowden2022-01-111-2/+2
* output: SQLITE3: remove unused variableJeremy Sowden2022-01-101-1/+0
* output: GPRINT: fix it with NFLOGPablo Neira Ayuso2022-01-091-1/+1
* output: JSON: remove bogus check for host and portPablo Neira Ayuso2022-01-041-5/+0
* output: JSON: fix possible truncation of socket pathPablo Neira Ayuso2022-01-041-9/+39
* output: IPFIX: remove compiler attribute macrosJeremy Sowden2022-01-032-6/+4
* output: JSON: optimize appending of newline to outputJeremy Sowden2022-01-031-2/+2
* output: JSON: fix possible leak in error-handling.Jeremy Sowden2022-01-031-7/+6
* 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