1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Document: libnetfilter-cthelper-dev
Title: The libnetfilter-cthelper API Documentation
Author: Pablo Neira Ayuso
Abstract: libnetfilter_cthelper is the userspace library that provides a
programming interface (API) to user-space connection tracking
helpers. Basically, you can find here a set of helper functions that you can
use together with libmnl.
.
To write your own program using libnetfilter_cthelper, you should start by
reading the documentation for libmnl to understand basic operation with Netlink
sockets. Moreover, you may want to check the examples available under examples/
in the libnetfilter_cthelper source code. You can compile these examples by
invoking 'make check'.
Section: Programming/C
Format: HTML
Index: /usr/share/doc/libnetfilter-cthelper-dev/html/index.html
Files: /usr/share/doc/libnetfilter-cthelper-dev/html/*
|