Netfilter is a set of hooks inside the Linux kernel that allows kernel modules to register callback functions with the network stack.
I'm writing ethernet network driver for linux. I want to receive packets, edit and resend them. I know how to …
c network-programming linux-device-driver kernel-module netfilter