summaryrefslogtreecommitdiffstats
path: root/examples/netfilter/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* examples: netfilter: add nfct daemon skeleton codePablo Neira Ayuso2013-07-051-1/+5
| | | | | | | | This patch adds the skeleton code for a daemon that collects statistics via ctnetlink. Consider it a simplified version of ulogd2. It also contains some documentation on several interesting tweaks. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: netfilter: add nfct-dumpPablo Neira Ayuso2013-05-311-0/+4
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* nlmsg: add new message batching infrastructurePablo Neira Ayuso2010-12-171-1/+5
| | | | | | | | | This patch adds the new message batching infrastructure that allows to store several messages into one single datagram. This patch includes an example for ctnetlink. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* examples: add nflog examplePablo Neira Ayuso2010-11-071-0/+4
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* build: remove unneeded -dynamic -ldl -nostartfiles flagsJan Engelhardt2010-10-191-2/+0
| | | | | | | | | Besides that -ldl should be in _LDADD (not _LDFLAGS), I do not see any dlopen calls at all that would make the library a requirement. I also see no reason to use -Wc,-nostartfiles. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* examples: put examples files into specific directoriesPablo Neira Ayuso2010-09-081-0/+12
put examples files into specific directories according to the Netlink bus they work with. And minor update in the readme file Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>