summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for logging ARP packetsHEADmasterJeremy Sowden12 days5-3/+50
* Use `NFPROTO_*` constants for protocol familiesJeremy Sowden12 days7-42/+55
* IP2BIN, IP2HBIN, IP2STR: refactor `interp` call-backsJeremy Sowden12 days3-104/+110
* db, IP2BIN: correct `format_ipv6()` output buffer sizesJeremy Sowden12 days3-6/+13
* nfacct: add network namespace supportCorubba Smith2025-05-201-2/+31
* nflog: add network namespace supportCorubba Smith2025-05-201-1/+31
* nfct: add network namespace supportCorubba Smith2025-05-202-13/+70
* ulogd: add linux namespace helperCorubba Smith2025-05-205-2/+259
* build: bump release version to 2.0.9ulogd-2.0.9Pablo Neira Ayuso2025-05-152-9/+39
* IP2HBIN, IP2STR: correct typo'sJeremy Sowden2025-04-232-4/+4
* IP2STR: correct address buffer sizeJeremy Sowden2025-04-231-3/+1
* ulogd: remove libipulogCorubba Smith2025-03-2911-463/+3
* ulog: remove input pluginCorubba Smith2025-03-2910-452/+3
* nfct: add flow end timestamp on hashtable purgeCorubba Smith2025-03-251-0/+1
* nfct: fix counter-reset without hashtableCorubba Smith2025-03-251-0/+3
* ulogd: raise error on unknown config keyCorubba Smith2025-03-122-0/+14
* all: remove trivial configure hooksCorubba Smith2025-03-1210-99/+1
* ulogd: provide default configure implementationCorubba Smith2025-03-122-9/+24
* ulogd: improve integer option parsingCorubba Smith2025-03-123-1/+28
* all: use config_parse_file function in all pluginsCorubba Smith2025-03-1218-23/+22
* ulogd: add ulogd_parse_configfile public functionCorubba Smith2025-03-122-49/+49
* nfct: add icmpv6Corubba Smith2025-03-121-0/+26
* ulogd: ignore malformed config directivesCorubba Smith2025-03-121-0/+6
* ulogd: fix config file fd leakCorubba Smith2025-03-121-4/+6
* ulogd: ignore private data on plugin stopCorubba Smith2025-03-111-3/+1
* ipfix: re-arm send timerCorubba Smith2025-03-111-2/+6
* gprint: fix comma after ip addressesCorubba Smith2025-03-111-2/+5
* nfct: add newline to reliable log messageCorubba Smith2025-03-111-1/+1
* nfct: fix calloc argument orderCorubba Smith2025-03-091-5/+5
* README: update project homepage and mailing list addressesHarald Welte2024-07-131-2/+2
* db: insert ipv6 addresses in the same format as ip2binJeremy Sowden2023-09-143-36/+57
* 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
* ip2hbin: store ipv6 address as integerJeremy Sowden2023-09-141-5/+4
* raw2packet_BASE: store ARP address values as integersJeremy Sowden2023-09-141-4/+9
* printpkt, raw2packet_BASE: keep gateway address in NBOJeremy Sowden2023-09-142-2/+3
* printpkt: fix statement punctuatorJeremy Sowden2023-09-141-1/+1
* src: record length of integer key valuesJeremy Sowden2023-09-141-1/+8
* Makefile: Create LZMA-compressed dist-filesPhil Sutter2023-06-251-1/+1
* ulogd2: avoid use after free in unregister on global ulogd_fds linked listKyuwon Shim2023-03-201-0/+9
* pcap: prevent crashes when output `FILE *` is nullJeremy Sowden2023-03-161-5/+8
* pcap: simplify opening of output fileJeremy Sowden2023-03-161-27/+14
* build: fix pgsql fall-back configuration of CFLAGSJeremy Sowden2023-03-141-1/+1
* 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
* filter: IP2BIN: correct spelling of variableJeremy Sowden2022-12-081-2/+2
* pgsql: correct `ulog2.ip_totlen` typeJeremy Sowden2022-12-082-2/+2