]> The Tcpdump Group git mirrors - libpcap/blobdiff - inet.c
From Paolo Abeni: Bluetooth support.
[libpcap] / inet.c
diff --git a/inet.c b/inet.c
index fa1571b273182249ba4256e805ebcc6764018025..7c2e0248ab834d390fda30676b916363cc8e7648 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -34,7 +34,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/libpcap/inet.c,v 1.71 2006-10-13 09:06:05 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/inet.c,v 1.72 2006-10-13 17:34:53 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -582,6 +582,9 @@ pcap_lookupnet(device, netp, maskp, errbuf)
 #ifdef HAVE_SEPTEL_API
            || strstr(device, "septel") != NULL
 #endif
+#ifdef PCAP_SUPPORT_BT
+           || strstr(device, "bluetooth") != NULL
+#endif
 #ifdef PCAP_SUPPORT_USB
            || strstr(device, "usb") != NULL
 #endif