]> git.ipfire.org Git - thirdparty/ulogd2.git/commit
Add support for logging ARP packets master
authorJeremy Sowden <jeremy@azazel.net>
Mon, 26 May 2025 17:19:04 +0000 (18:19 +0100)
committerFlorian Westphal <fw@strlen.de>
Sun, 1 Jun 2025 12:12:47 +0000 (14:12 +0200)
commit1ab0c1b1fd3f598b671455ad38c52d1dce96bbba
tree8159833bd0a3e49a92b5ff71e201ff9cf547ba1c
parentf699ba550c9f009924d8f5f59a190254938f9bec
Add support for logging ARP packets

Hithero, ulogd has only fully supported handling ARP headers that are present in
`NFPROTO_BRIDGE` packets.

Add support for handling ARP packets in their own right.

Reported-by: Slavko <linux@slavino.sk>
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
filter/raw2packet/ulogd_raw2packet_BASE.c
filter/ulogd_filter_IP2BIN.c
filter/ulogd_filter_IP2HBIN.c
filter/ulogd_filter_IP2STR.c
util/printpkt.c