| The netfilter.org "libnetfilter_queue" projectWhat is libnetfilter_queue?
libnetfilter_queueis a userspace
library providing an API to packets that have been queued by the kernel
packet filter.  It is is part of a system that deprecates the oldip_queue/libipqmechanism. 
libnetfilter_queuehas been previously known aslibnfnetlink_queue.
libnetfilter_queuerequireslibnfnetlinkand a kernel that includes thenfnetlink_queuesubsystem (i.e. 2.6.14 or later). 
receiving queued packets from the kernel nfnetlink_queuesubsystemissuing verdicts and/or reinjecting altered packets to the kernel nfnetlink_queuesubsystem
 
You can check the library documentation generated in doxygen format.
 
libnetfilter_queue has been written by Harald Welte.
 
 |