From f718fd183536a20efbd657e67db018b8ead2a048 Mon Sep 17 00:00:00 2001 From: hannes Date: Wed, 12 Jan 2005 09:15:05 +0000 Subject: add support for Juniper PIC Peer DLT_ --- pcap-bpf.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pcap-bpf.h') diff --git a/pcap-bpf.h b/pcap-bpf.h index 4d6acb0..41676b5 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) */ /* @@ -542,6 +542,13 @@ struct bpf_version { #define DLT_GCOM_T1E1 172 #define DLT_GCOM_SERIAL 173 +/* + * Juniper-private data link type, as per request from + * Hannes Gredler . The DLT_ is used + * for internal communication to Physical Interface Cards (PIC) + */ +#define DLT_JUNIPER_PIC_PEER 174 + /* * The instruction encodings. */ -- cgit v1.2.3