From 863800b1019cc92d6c20de4a9d5cd02682ad9177 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 12 Jul 2013 11:28:25 +0200 Subject: bpf_comp: pass NEED_TCPDUMP_LIKE_FILTER through gcc We have to pass NEED_TCPDUMP_LIKE_FILTER define through gcc as it otherwise is not possible to let the pcap compiler invoke through netsniff-ng, but not through astraceroute. Signed-off-by: Daniel Borkmann --- netsniff-ng.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'netsniff-ng.c') diff --git a/netsniff-ng.c b/netsniff-ng.c index 8252d42..644a351 100644 --- a/netsniff-ng.c +++ b/netsniff-ng.c @@ -6,8 +6,6 @@ */ #define _GNU_SOURCE -#define NEED_TCPDUMP_LIKE_FILTER - #include #include #include -- cgit v1.2.3-54-g00ecf