aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorhannes <hannes>2006-05-18 08:40:52 +0000
committerhannes <hannes>2006-05-18 08:40:52 +0000
commitb7d2f597d1ab4223c9700808c96de1342cd33c8d (patch)
tree3e842276c6256efe5941c405e93b135c06d561c9 /pcap-bpf.h
parent13a838cb485f0bad558dfa9359601175d3353dd5 (diff)
add support for DLT_JUNIPER_VP
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index e91b2f59..8b57de9d 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.41 2005-12-13 13:41:39 hannes Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.42 2006-05-18 08:40:52 hannes Exp $ (LBL)
*/
/*
@@ -611,6 +611,15 @@ struct bpf_version {
#define DLT_MFR 182
/*
+ * Juniper-private data link type, as per request from
+ * Hannes Gredler <hannes@juniper.net>.
+ * The DLT_ is used for internal communication with a
+ * voice Adapter Card (PIC)
+ */
+#define DLT_JUNIPER_VP 183
+
+
+/*
* The instruction encodings.
*/
/* instruction classes */