summaryrefslogtreecommitdiffstats
path: root/examples/nfct-mnl-get.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: add example using libmnl and the new low-level API (conntrack)Pablo Neira Ayuso2012-05-261-0/+100
This patch adds the following examples: nfct-mnl-create nfct-mnl-del nfct-mnl-dump nfct-mnl-event nfct-mnl-flush nfct-mnl-get Basically, we re-use the existing object oriented handling and we provide full control on the netlink socket at the same time. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>