summaryrefslogtreecommitdiffstats
path: root/output
Commit message (Expand)AuthorAgeFilesLines
* sqlite3: insert ipv6 addresses as null rather than garbageJeremy Sowden2023-09-141-1/+6
* sqlite3: correct binding of ipv4 addresses and 64-bit integersJeremy Sowden2023-09-141-6/+9
* gprint, oprint: add support for printing ipv6 addressesJeremy Sowden2023-09-142-7/+30
* gprint, oprint: use inet_ntop to format ip addressesJeremy Sowden2023-09-142-26/+24
* ipfix: skip non-ipv4 addressesJeremy Sowden2023-09-141-0/+3
* pcap: prevent crashes when output `FILE *` is nullJeremy Sowden2023-03-161-5/+8
* pcap: simplify opening of output fileJeremy Sowden2023-03-161-27/+14
* output: Fix formatting of OPRINT switch.Jeremy Sowden2022-12-081-26/+30
* output: add missing support for int64_t valuesJeremy Sowden2022-12-082-1/+6
* JSON: remove incorrect config value checkJeremy Sowden2022-12-081-5/+3
* 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