1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Document: libnetfilter-queue-dev
Title: The libnetfilter-queue API Documentation
Author: Pablo Neira Ayuso
Abstract: libnetfilter_queue is a userspace library providing an API to packets
that have been queued by the kernel packet filter. It is part of a system
that replaces the old ip_queue / libipq mechanism (withdrawn in kernel 3.5).
.
To write your own program using libnetfilter_queue, you should start by reading
(or, if feasible, compiling and stepping through with gdb) nf-queue.c source
file.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libnetfilter-queue-dev/html/index.html
Files: /usr/share/doc/libnetfilter-queue-dev/html/*
|