From: guy Date: Mon, 27 Nov 2006 18:04:29 +0000 (+0000) Subject: DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer; requested by Maria X-Git-Tag: libpcap-1.1.0~505 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/fb91ad681fd013623790b73a053f46bd653ccde6?ds=inline DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer; requested by Maria Cruz (). --- diff --git a/pcap/bpf.h b/pcap/bpf.h index bca015ef..dc25c72e 100644 --- a/pcap/bpf.h +++ b/pcap/bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.2 2006-10-13 08:46:23 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.3 2006-11-27 18:04:29 guy Exp $ (LBL) */ /* @@ -645,6 +645,12 @@ struct bpf_version { */ #define DLT_BLUETOOTH_HCI_H4 187 +/* + * IEEE 802.16 MAC Common Part Sublayer; requested by Maria Cruz + * . + */ +#define DLT_IEEE802_16_MAC_CPS 188 + /* * Controller Area Network (CAN) v. 2.0B packets. * DLT_ requested by Gianluca Varenni .