aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-11-27 18:41:45 +0000
committerGuy Harris <guy@alum.mit.edu>2006-11-27 18:41:45 +0000
commit8d8a1cb32a0257ec1052fe8c75213cbc7ec598ce (patch)
tree8960c0c62358779c3e7e1d4064b47a1ae94514fb /wiretap
parent252230934a5803cd2fac181a3e0ff4c55aa58b33 (diff)
Map a DLT_ value of 188 to WTAP_ENCAP_IEEE802_16_MAC_CPS, and clarify
what a DLT_ value of 187 is. svn path=/trunk/; revision=20004
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/libpcap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 0869f81de4..e1f6c67dc2 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -412,9 +412,10 @@ static const struct {
{ 183, WTAP_ENCAP_JUNIPER_VP },
/* raw USB packets */
{ 186, WTAP_ENCAP_USB },
- /* bluetooth hci frams, like hcidump */
+ /* Bluetooth HCI UART transport (part H:4) frames, like hcidump */
{ 187, WTAP_ENCAP_BLUETOOTH_H4 },
-
+ /* IEEE 802.16 MAC Common Part Sublayer */
+ { 188, WTAP_ENCAP_IEEE802_16_MAC_CPS },
/*
* To repeat: