summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-05-23 14:12:45 -0700
committerGuy Harris <guy@alum.mit.edu>2018-05-23 14:12:45 -0700
commite02efb50447568144bddf8b8c1adaed95e8f9fa9 (patch)
treeb08d402419fa3959f275890055bd99c6beb1693e /configure.ac
parente73118bc07bde5b2c9944639eebcb1c809ef695f (diff)
downloadtcpdump-e02efb50447568144bddf8b8c1adaed95e8f9fa9.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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"