aboutsummaryrefslogtreecommitdiffstats
path: root/pcap
diff options
context:
space:
mode:
authorguy <guy>2007-12-23 04:40:45 +0000
committerguy <guy>2007-12-23 04:40:45 +0000
commit41995a4191db3e7e823aae3db5ad2af9decc2615 (patch)
tree7f740b1ad6fb30c41c7e6c8c5530479fc0383217 /pcap
parent2fcbb1f5a2ce49185544f79729dc431b899a7a47 (diff)
DLT_ value for IPMB with a Linux-specific pseudo-header,a s requested by
Alexey Neyman. Add LINKTYPE_ values corresponding to the DLT_ values added earlier.
Diffstat (limited to 'pcap')
-rw-r--r--pcap/bpf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/pcap/bpf.h b/pcap/bpf.h
index 9d02203..2c032b9 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.21 2007-12-22 01:19:12 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap/bpf.h,v 1.22 2007-12-23 04:40:45 guy Exp $ (LBL)
*/
/*
@@ -775,6 +775,12 @@ struct bpf_version {
/*
+ * IPMB with a Linux-specific pseudo-header; as equested by Alexey Neyman
+ * <avn@pigeonpoint.com>.
+ */
+#define DLT_IPMB_LINUX 209
+
+/*
* DLT and savefile link type values are split into a class and
* a member of that class. A class value of 0 indicates a regular
* DLT_/LINKTYPE_ value.