From d773fb2afc097a08d51eae42740c63142b1752cf Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 16 Apr 2012 12:13:45 +0200 Subject: expect: add new API to build/parse ctnetlink messages using libmnl This patch adds support to build and to parse netlink messages from/to one user-space nf_conntrack object. It uses libmnl, thus libnetfilter_conntrack now depends on this library. Signed-off-by: Pablo Neira Ayuso --- src/expect/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/expect/Makefile.am') diff --git a/src/expect/Makefile.am b/src/expect/Makefile.am index e8a874a..61d5cbd 100644 --- a/src/expect/Makefile.am +++ b/src/expect/Makefile.am @@ -8,4 +8,7 @@ libnfexpect_la_SOURCES = api.c \ parse.c build.c \ snprintf.c \ snprintf_default.c \ - snprintf_xml.c + snprintf_xml.c \ + build_mnl.c \ + parse_mnl.c + -- cgit v1.2.3