diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-05-23 14:12:45 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-05-23 14:12:45 -0700 |
commit | e02efb50447568144bddf8b8c1adaed95e8f9fa9 (patch) | |
tree | b08d402419fa3959f275890055bd99c6beb1693e /config.h.in | |
parent | e73118bc07bde5b2c9944639eebcb1c809ef695f (diff) | |
download | tcpdump-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 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index db43da34..fafdae2b 100644 --- a/config.h.in +++ b/config.h.in @@ -96,9 +96,6 @@ /* if there's an os_proto.h for this platform, to use additional prototypes */ #undef HAVE_OS_PROTO_H -/* Define to 1 if you have the <pcap/bluetooth.h> header file. */ -#undef HAVE_PCAP_BLUETOOTH_H - /* Define to 1 if you have the `pcap_breakloop' function. */ #undef HAVE_PCAP_BREAKLOOP |