• Home
Name Date Size #Lines LOC

..--

build-aux/03-May-2024-14,88911,578

include/03-May-2024-2,2351,526

m4/03-May-2024-8,6167,758

src/03-May-2024-2,9121,921

utils/03-May-2024-592496

Android.bpD03-May-2024384 1918

COPYINGD03-May-202417.6 KiB340281

MODULE_LICENSE_GPLD03-May-20240

Make_global.amD03-May-2024318 97

Makefile.amD03-May-2024300 1710

Makefile.inD03-May-202426.2 KiB829734

NOTICED03-May-202417.6 KiB340281

READMED03-May-20241.5 KiB5129

aclocal.m4D03-May-202437.9 KiB1,088979

config.guessD03-May-202443.9 KiB1,5031,292

config.subD03-May-202433.8 KiB1,7151,566

configureD03-May-2024397.3 KiB13,65011,377

configure.acD03-May-2024706 3323

depcompD03-May-202418.2 KiB631407

install-shD03-May-202413.3 KiB521344

libnfnetlink.pc.inD03-May-2024340 1613

ltmain.shD03-May-2024237.7 KiB8,4146,482

missingD03-May-202411.2 KiB377281

README

1libnfnetlink - userspace library for handling of netfilter netlink messages
2(C) 2001-2005 Netfilter Core Team <coreteam@netfilter.org>
3===========================================================================
4
5What is nfnetlink?
6
7nfnetlink is a netlink(7) based kernel/userspace transport layer.  It
8provides a unified kernel/userspace interface for the various netfilter
9subsystems, such as connection tracking, logging and queueing.
10
11
12What is libnfnetlink?
13
14libnfnetlink is a userspace library that provides some low-level
15nfnetlink handling functions.  It is used as a foundation for other, netfilter
16subsystem specific libraries such as libnfnetlink_conntrack, libnfnetlink_log
17and libnfnetlink_queue.
18
19
20Prerequirements for libnfnetlink
21
22You will need kernel headers from a kernel that has nfnetlink support.  The
23first official kernel release to include nfnetlink support is 2.6.14.
24You can specify the location of your kernel sources using the "--with-kernel="
25configure option.
26
27
28Where can I find documentation?
29
30At the moment, you will have to RTFS.  Sorry, but we have barely enough
31manpower to keep development ongoing.  If you want to conribute documentation,
32please contact us.
33
34
35It has bugs.  Where do I report them?
36
37Please report all libnfnetlink bugs to https://bugzilla.netfilter.org/, using
38the "libnfnetlink" Product.
39
40
41License
42
43This library is released under GPLv2+.
44
45
46Where do I get support?
47
48The netfilter@lists.netfilter.org and netfilter-devel@lists.netfilter.org
49mailinglists server as support forum.
50
51