From 2d4c60fed7c0179450d07523ac023fcec391e634 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 29 Jul 2008 11:49:24 +0200 Subject: NFLOG: get full link layer header (requires >= 2.6.27) This patch modifies the key structure of NFLOG. It solves the conflict between ULOG and NFLOG by ensuring that keys have the same meaning: * raw.mac is the full hardware header * raw.mac.saddr is the source hardware address Following Patrick suggestion, it adds a new key "raw.type" which is used to store the type of hardware. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8e0f6a3..96cc2d0 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,7 @@ CFLAGS="$CFLAGS -Wall -Wextra" dnl Check for the right nfnetlink version LIBNFNETLINK_REQUIRED=0.0.39 LIBNETFILTER_CONNTRACK_REQUIRED=0.0.95 -LIBNETFILTER_LOG_REQUIRED=0.0.14 +LIBNETFILTER_LOG_REQUIRED=0.0.15 PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,, AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED)) -- cgit v1.2.3