Introduce various API changes throughout the library stack
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>
Sat, 14 Jan 2006 19:04:51 +0000 (19:04 +0000)
committerr.kubiak <r.kubiak@samsung.com>
Mon, 16 Nov 2015 13:12:05 +0000 (14:12 +0100)
commitff316d8932237c1d2ed2f423a03deecb8dccedef
treec94b60a6dc332384291d6b739f26f348ca18517c
parenta54eaa8e29340a56f069fa28a1acab3df7a5ea4a
Introduce various API changes throughout the library stack
1) make libnfnetlink dynamically allocate it's handles
2) apply that change throughout libnetfilter_*
3) add {nfq,nflog,nfct}_open_nfnl() functions that open
   the specific subsystem on top of an existing nfnl_handle,
   which is required for upcoming libnetfilter_conntrack_helper

The changes break ABI and API compatibility of libnfnetlink, but don't
break ABI or API compatibility of the libnetfilter_* libraries.
configure.in
include/libnetfilter_queue/libnetfilter_queue.h
src/Makefile.am
src/libnetfilter_queue.c