hi list,
the attached patch add support for the recently introduced pcap
bluetooth data link type. Yes, pcap is going to support also bluetooth
devices (at least on Linux) :-)
best regards,
Paolo
Index: wiretap/libpcap.c
===================================================================
--- wiretap/libpcap.c	(revision 19511)
+++ wiretap/libpcap.c	(working copy)
@@ -412,6 +412,8 @@
         { 183,          WTAP_ENCAP_JUNIPER_VP },
 	/* raw USB packets */
 	{ 186, 		WTAP_ENCAP_USB },
+	/* bluetooth hci frams, like hcidump */
+	{ 187, 		WTAP_ENCAP_BLUETOOTH_H4 },
 
 
 	/*