aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-10-13 15:18:10 +0000
committerJörg Mayer <jmayer@loplof.de>2006-10-13 15:18:10 +0000
commite8869dffb9895722694a4b67e169c6456f9e279a (patch)
tree433f9e58bb63ea704437332410e11e5f4f6101ab /wiretap/libpcap.c
parentf61fc78e523b8f41fd47146546c5a842aa1e663d (diff)
Paolo Abeni:
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) :-) svn path=/trunk/; revision=19513
Diffstat (limited to 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index d6d721685e..0d782d3b50 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -412,6 +412,8 @@ static const struct {
{ 183, WTAP_ENCAP_JUNIPER_VP },
/* raw USB packets */
{ 186, WTAP_ENCAP_USB },
+ /* bluetooth hci frams, like hcidump */
+ { 187, WTAP_ENCAP_BLUETOOTH_H4 },
/*