From e02efb50447568144bddf8b8c1adaed95e8f9fa9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 23 May 2018 14:12:45 -0700 Subject: Declare the Bluetooth pseudo-header ourselves. It's not specified by a libpcap header that might have a different layout in different pcap releases, it's specified on the list of link-layer header types and must remain the same forever (except for getting additional bits defined), so we don't need to pick it up from libpcap. This means we get to use tcpdump's nd_ types; do so. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bc74568a..d6546ff3 100644 --- a/configure.ac +++ b/configure.ac @@ -897,7 +897,6 @@ AC_CHECK_TYPE([u_int64_t], , # savedcppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $V_INCLS" -AC_CHECK_HEADERS(pcap/bluetooth.h,,,[#include "netdissect-stdinc.h"]) AC_CHECK_HEADERS(pcap/nflog.h,,,[#include "netdissect-stdinc.h"]) CPPFLAGS="$savedcppflags" -- cgit v1.2.1