From 562499a65ddb30de198356ebedff6d9790f59e67 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 7 Jun 2002 04:17:15 +0000 Subject: Reserve a DLT_ value for Frame Relay, and map BSD/OS's DLT_FR to it. --- bpf/net/bpf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bpf') diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h index 9ddf855..9cf140d 100644 --- a/bpf/net/bpf.h +++ b/bpf/net/bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.57 2002-06-06 08:57:04 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.58 2002-06-07 04:17:15 guy Exp $ (LBL) */ #ifndef BPF_MAJOR_VERSION @@ -346,6 +346,12 @@ struct bpf_hdr { */ #define DLT_SUNATM 123 /* Solaris+SunATM */ +/* + * Reserved for Frame Relay; BSD/OS has a DLT_FR, with a value of 11, + * but that collides with other values. + */ +#define DLT_FRELAY 124 + /* * The instruction encodings. */ -- cgit v1.2.3