aboutsummaryrefslogtreecommitdiff
path: root/pcap-bpf.h
diff options
context:
space:
mode:
authorhannes <hannes>2005-01-12 09:15:05 +0000
committerhannes <hannes>2005-01-12 09:15:05 +0000
commitf718fd183536a20efbd657e67db018b8ead2a048 (patch)
tree78fcc9fef398b141897d10c03487f0ec6cb1f07e /pcap-bpf.h
parent6e18a333d208810fb1daf5127d11ad603f6d08ab (diff)
add support for Juniper PIC Peer DLT_
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r--pcap-bpf.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/pcap-bpf.h b/pcap-bpf.h
index 4d6acb0f..41676b53 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.29 2005-01-11 11:02:08 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.30 2005-01-12 09:15:05 hannes Exp $ (LBL)
*/
/*
@@ -543,6 +543,13 @@ struct bpf_version {
#define DLT_GCOM_SERIAL 173
/*
+ * Juniper-private data link type, as per request from
+ * Hannes Gredler <hannes@juniper.net>. The DLT_ is used
+ * for internal communication to Physical Interface Cards (PIC)
+ */
+#define DLT_JUNIPER_PIC_PEER 174
+
+/*
* The instruction encodings.
*/
/* instruction classes */