udhcpsnoop: add new version of the dhcp snooping daemon
authorJohn Crispin <redacted>
Mon, 26 May 2025 12:38:47 +0000 (14:38 +0200)
committerFelix Fietkau <redacted>
Fri, 18 Jul 2025 11:59:31 +0000 (13:59 +0200)
commit9bdefa02263bc886aab5c1ab897cc26a4552a38f
tree0ea980b380b4ef34b37220d26d99a50760c022db
parent7a7665ec58f4ad0e089866585b01c1c51759f270
udhcpsnoop: add new version of the dhcp snooping daemon

The daemon sniffs DHCP packets even on bridged interfaces and provides
fingerprints of requests via ubus.

Signed-off-by: John Crispin <redacted>
12 files changed:
net/udhcpsnoop/Makefile [new file with mode: 0644]
net/udhcpsnoop/files/dhcpsnoop.conf [new file with mode: 0644]
net/udhcpsnoop/files/dhcpsnoop.hotplug [new file with mode: 0644]
net/udhcpsnoop/files/dhcpsnoop.init [new file with mode: 0644]
net/udhcpsnoop/src/CMakeLists.txt [new file with mode: 0644]
net/udhcpsnoop/src/cache.c [new file with mode: 0644]
net/udhcpsnoop/src/dev.c [new file with mode: 0644]
net/udhcpsnoop/src/dhcp.c [new file with mode: 0644]
net/udhcpsnoop/src/dhcpsnoop.h [new file with mode: 0644]
net/udhcpsnoop/src/main.c [new file with mode: 0644]
net/udhcpsnoop/src/msg.h [new file with mode: 0644]
net/udhcpsnoop/src/ubus.c [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT