From e70e915c9e7f9418e483b87ae72176e4b2562bb6 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 14 Apr 2014 22:17:37 +0200 Subject: dissector: Get rid of header dependency on pcap_io.h The dissector only needs the LINKTYPE_* #defines from pcap_io.h. Instead of pulling in this rather large header just for this, move the LINKTYPE_* #defines to an own header and include it where needed. Signed-off-by: Tobias Klauser --- dissector.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dissector.c') diff --git a/dissector.c b/dissector.c index ed6c4de..a412999 100644 --- a/dissector.c +++ b/dissector.c @@ -15,6 +15,7 @@ #include "dissector.h" #include "dissector_eth.h" #include "dissector_80211.h" +#include "linktype.h" int dissector_set_print_type(void *ptr, int type) { -- cgit v1.2.3-54-g00ecf t.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netfilter/nf_conntrack_core.h')