summaryrefslogtreecommitdiff
path: root/bpf
diff options
context:
space:
mode:
authorhannes <hannes>2002-10-09 13:28:27 +0000
committerhannes <hannes>2002-10-09 13:28:27 +0000
commitbc70a87fce16e167de397dde0d7d1dcbc0dd5366 (patch)
tree384df9d74107cac677f8c84a82909cc33059bbf9 /bpf
parent45ba69f0933a820d316a02ff3028d7e6d0c3ccc7 (diff)
downloadlibpcap-bc70a87fce16e167de397dde0d7d1dcbc0dd5366.tar.gz
Reserved as per request from Kent Dahlgren <kent@praesum.com> for private use
Diffstat (limited to 'bpf')
-rw-r--r--bpf/net/bpf.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h
index 5dece58b..f97951c3 100644
--- a/bpf/net/bpf.h
+++ b/bpf/net/bpf.h
@@ -37,7 +37,7 @@
*
* @(#)bpf.h 7.1 (Berkeley) 5/7/91
*
- * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.61 2002-07-11 09:06:47 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.62 2002-10-09 13:28:27 hannes Exp $ (LBL)
*/
#ifndef BPF_MAJOR_VERSION
@@ -366,6 +366,15 @@ struct bpf_hdr {
*/
#define DLT_SUNATM 123 /* Solaris+SunATM */
+/*
+ * Reserved as per request from Kent Dahlgren <kent@praesum.com>
+ * for private use
+ */
+
+#define DLT_RIO 124 /* RapidIO */
+#define DLT_PCI_EXP 125 /* PCI Express */
+#define DLT_AURORA 126 /* Xilinx Aurora link layer */
+
/*
* The instruction encodings.
*/