summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: bump libnetfilter_log dependencyJeremy Sowden2021-12-061-1/+1
* 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
* 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
* filter: PWSNIFF: replace malloc+strncpy with strndupJeremy Sowden2021-11-301-9/+9
* Replace malloc+memset with callocJeremy Sowden2021-11-305-20/+5
* filter: HWHDR: remove zero-initialization of MAC typeJeremy Sowden2021-11-301-1/+1
* filter: HWHDR: re-order KEY_RAW_MAC checksJeremy Sowden2021-11-301-18/+16
* filter: HWHDR: simplify flow-controlJeremy Sowden2021-11-301-13/+11
* db: add missing `break` to switch caseJeremy Sowden2021-11-301-0/+1
* jhash: add "fall through" comments to switch casesJeremy Sowden2021-11-301-12/+12
* XML: show both nflog packet and conntrackKen-ichirou MATSUZAWA2021-11-231-11/+22
* NFLOG: attach struct nf_conntrackKen-ichirou MATSUZAWA2021-11-232-6/+68
* NFLOG: add NFULNL_CFG_F_CONNTRACK flagKen-ichirou MATSUZAWA2021-11-231-1/+10
* output: IPFIX: correct format specifiersJeremy Sowden2021-11-231-4/+5
* input: UNIXSOCK: correct format specifiersJeremy Sowden2021-11-231-5/+6
* ulogd: fix order of log argumentsJeremy Sowden2021-11-231-1/+1
* ulogd: remove empty log-lineJeremy Sowden2021-11-231-1/+0
* include: add `format` attribute to `__ulogd_log` declarationJeremy Sowden2021-11-231-2/+3
* build: missing ipfix.h header when running make distcheckPablo Neira Ayuso2021-11-161-0/+2
* build: use `AS_IF` consistently in configure.acJeremy Sowden2021-11-161-79/+37
* build: quote autoconf macro argumentsJeremy Sowden2021-11-151-32/+60
* build: remove commented-out codeJeremy Sowden2021-11-151-12/+0
* build: update obsolete autoconf macrosJeremy Sowden2021-11-151-4/+2
* 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-1512-33/+38
* build: use `dist_man_MANS` to declare man-pagesJeremy Sowden2021-11-151-2/+2
* build: add Make_global.am for common flagsJeremy Sowden2021-11-1517-39/+36
* build: move CPP `-D` flag.Jeremy Sowden2021-11-152-3/+4
* build: remove empty filter sub-directoryJeremy Sowden2021-11-153-2/+2
* build: remove unused Makefile fragmentJeremy Sowden2021-11-153-45/+1
* gitignore: ignore .dirstampJeremy Sowden2021-11-151-0/+1
* gitignore: add Emacs artefactsJeremy Sowden2021-11-151-0/+3
* NFLOG: fix seq global flag settingKen-ichirou MATSUZAWA2021-10-121-1/+1
* XML: support nflog pkt outputKen-ichirou MATSUZAWA2021-10-121-1/+1
* printpkt: print pkt mark like kernelCole Dishington2021-05-271-1/+1
* raw2packet: fix comma instead of semicolonTimon Ulrich2020-10-301-1/+1