diff options
author | hannes <hannes> | 2005-01-12 09:15:05 +0000 |
---|---|---|
committer | hannes <hannes> | 2005-01-12 09:15:05 +0000 |
commit | f718fd183536a20efbd657e67db018b8ead2a048 (patch) | |
tree | 78fcc9fef398b141897d10c03487f0ec6cb1f07e /pcap-bpf.h | |
parent | 6e18a333d208810fb1daf5127d11ad603f6d08ab (diff) |
add support for Juniper PIC Peer DLT_
Diffstat (limited to 'pcap-bpf.h')
-rw-r--r-- | pcap-bpf.h | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 */ |