From 7fcfe91807245aa2fc534ad88791da8e6806801e Mon Sep 17 00:00:00 2001 From: hannes Date: Mon, 28 Apr 2003 08:20:24 +0000 Subject: allocate a DLT_ and LINKTYPE_ for Juniper-internal chassis encapsulation --- pcap-bpf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pcap-bpf.h') diff --git a/pcap-bpf.h b/pcap-bpf.h index 9e2ac79..a9cd35f 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.6 2003-03-11 06:23:53 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.7 2003-04-28 08:20:24 hannes Exp $ (LBL) */ /* @@ -375,6 +375,7 @@ struct bpf_version { #define DLT_JUNIPER_MFR 134 #define DLT_JUNIPER_ATM2 135 #define DLT_JUNIPER_SERVICES 136 +#define DLT_JUNIPER_ATM1 137 /* * The instruction encodings. -- cgit v1.2.3