]> The Tcpdump Group git mirrors - libpcap/commitdiff
DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer; requested by Maria
authorguy <guy>
Mon, 27 Nov 2006 18:04:29 +0000 (18:04 +0000)
committerguy <guy>
Mon, 27 Nov 2006 18:04:29 +0000 (18:04 +0000)
Cruz (<[email protected]>).

pcap/bpf.h

index bca015eff3f3675d02c2cbd052349ea61f0febbf..dc25c72eae4d7a8b8eff4bcff700a967d21cee8d 100644 (file)
@@ -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 <[email protected]>.