From 95b3bf6576165e1bbe23d55d5f15b7ebf9c98dc4 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 13 Apr 2012 13:13:34 +0200 Subject: conntrack: 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. This is the first patch in the direction of removing the dependency on the veteran libnfnetlink. I have decided to update LIBVERSION in this patch. I know it's recommended to do this before releasing the software. I prefer to do this so snapshot packages get the correct LIBVERSION. Signed-off-by: Pablo Neira Ayuso --- src/conntrack/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conntrack/Makefile.am') diff --git a/src/conntrack/Makefile.am b/src/conntrack/Makefile.am index 3f7fb64..01fed53 100644 --- a/src/conntrack/Makefile.am +++ b/src/conntrack/Makefile.am @@ -5,6 +5,7 @@ noinst_LTLIBRARIES = libnfconntrack.la libnfconntrack_la_SOURCES = api.c \ getter.c setter.c \ parse.c build.c \ + parse_mnl.c build_mnl.c \ snprintf.c \ snprintf_default.c snprintf_xml.c \ objopt.c \ -- cgit v1.2.3