Results 1 to 2 of 2
i need to hook into the kernel, to analyze incoming packet somewhere between the device driver and the netif_rx() func. i don't want to write into the kernel or write ...
- 08-09-2007 #1Just Joined!
- Join Date
- Oct 2006
- Location
- Israel
- Posts
- 4
hooking in for incoming packets
i need to hook into the kernel, to analyze incoming packet somewhere between the device driver and the netif_rx() func. i don't want to write into the kernel or write a new device driver if i don't have to.
does anyone know of a way to plug a software component that i will write between the driver and the IP layer?
- 08-09-2007 #2Just Joined!
- Join Date
- Jan 2007
- Posts
- 90
man linipq
use iptables QUEUE


Reply With Quote
