summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libipulog: remove debugging printfsHEADmasterJeremy Sowden2023-09-041-2/+1
* build: doc: Fix doxygen obsolete option warningDuncan Roe2023-03-151-1/+0
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2022-12-091-1/+1
* doc: correct non-native solecismJeremy Sowden2022-04-101-1/+1
* build: fix `--disable-static`Jeremy Sowden2021-11-181-1/+1
* build: bump version to 1.0.2libnetfilter_log-1.0.2Pablo Neira Ayuso2021-11-182-2/+2
* src: add conntrack ID to XML outputKen-ichirou MATSUZAWA2021-11-082-3/+50
* build: fix pkg-config syntax-errorsJeremy Sowden2021-11-022-2/+2
* build: doc: `make` generates requested documentationDuncan Roe2021-10-277-8/+329
* Add Emacs artefacts to .gitignoreJeremy Sowden2021-10-121-0/+3
* build: replace `AC_HELP_STRING` with `AS_HELP_STRING`Jeremy Sowden2021-10-121-1/+1
* build: replace `AM_PROG_LIBTOOL` and `AC_DISABLE_STATIC` with `LT_INIT`Jeremy Sowden2021-10-121-2/+1
* build: remove `-dynamic` when linking check progsJeremy Sowden2021-10-121-3/+0
* build: remove superfluous .la when linking ulog_testJeremy Sowden2021-10-121-1/+1
* build: move dependency CFLAGS variables out of `AM_CPPFLAGS`Jeremy Sowden2021-10-123-14/+17
* build: fix linker flags for nf-logJeremy Sowden2021-10-121-2/+2
* build: add pkg-config configuration for libipulogJeremy Sowden2021-10-123-4/+25
* build: correct pkg-config dependency configurationJeremy Sowden2021-10-122-5/+8
* utils: nfulnl_test: use nflog_get_packet_hw() and print hardware addressPablo Neira Ayuso2021-09-281-1/+15
* utils: nfulnl_test: call nflog_get_*() before printing fieldPablo Neira Ayuso2021-09-281-9/+12
* utils: nfulnl_test: Agree with man pagesDuncan Roe2021-09-281-7/+7
* src: doc: Document nflog_callback_register() and nflog_handle_packet()Duncan Roe2021-09-281-0/+32
* src: doc: Add \return for nflog_get_packet_hw()Duncan Roe2021-09-281-1/+5
* src: doc: Insert SYNOPSIS sections for man pagesDuncan Roe2021-09-282-7/+37
* src: doc: revise doxygen for all other modulesDuncan Roe2021-09-281-29/+71
* utils: nfulnl_test: Print meaningful error messagesDuncan Roe2021-09-201-6/+6
* src: doc: revise doxygen for module "Netlink message helper functions"Duncan Roe2021-09-203-36/+34
* src: consistently use `gh` in code, code snippets and examplesDuncan Roe2021-09-062-14/+14
* src: doc: Eliminate doxygen warningsDuncan Roe2021-09-061-8/+20
* build: doc: remove trailing whitespace from doxygen.cfg.inDuncan Roe2021-09-061-2/+2
* build: doc: reduce doxygen.cfg.in to non-default entries onlyDuncan Roe2021-09-061-165/+5
* src: whitespace: Remove trailing whitespace and inconsistent indentsDuncan Roe2021-09-066-25/+25
* build: add LIBVERSION variable for ipulogJeremy Sowden2021-08-301-5/+6
* libipulog: fill in missing packet fields.Jeremy Sowden2021-08-302-7/+23
* libipulog: use correct index to find attribute in packet.Jeremy Sowden2021-08-301-1/+1
* src: use calloc instead of malloc + memset.Jeremy Sowden2021-08-302-6/+3
* doc: fix typo's in example.Jeremy Sowden2021-08-301-3/+3
* build: remove references to non-existent man-pages.Jeremy Sowden2021-08-301-3/+1
* Add doxygen directory to .gitignore.Jeremy Sowden2021-08-301-0/+1
* build: remove broken code from autogen.sh.Jeremy Sowden2021-08-281-35/+0
* build: missing internal.h in Makefile.amPablo Neira Ayuso2020-12-081-0/+1
* build: choose right automake variablesJan Engelhardt2020-12-081-3/+3
* build: link libnetfilter_log_libipulog.so explicitly to libnfnetlink.so.Jeremy Sowden2020-11-301-1/+1
* build: remove duplicate `-lnfnetlink` from LDFLAGS.Jeremy Sowden2020-11-301-1/+1
* include: Add extern "C" declarations to header-files.Jeremy Sowden2019-07-032-0/+15
* utils: nf-log: attaching a conntrack informationKen-ichirou MATSUZAWA2016-11-243-2/+110
* nlmsg: Add NFULA_CT and NFULA_CT_INFO attributes supportKen-ichirou MATSUZAWA2015-10-121-1/+2
* include: Sync with kernel headersKen-ichirou MATSUZAWA2015-10-121-5/+4
* nlmsg: add printf function in conjunction with libmnlKen-ichirou MATSUZAWA2015-08-245-5/+78
* utils: take a example from libmnl and use new functionsKen-ichirou MATSUZAWA2015-08-243-1/+137