From 5485e981d8fa3b6a769f1136e188d73f64550caf Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 11 Jul 2002 07:56:44 +0000 Subject: Add support for Frame Relay as a link-layer type; the header is the standard Q.922 Frame Relay header with a 2-byte address field. --- bpf/net/bpf.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bpf') diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h index 9b2e5d0..816c4ce 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.59 2002-06-07 04:31:13 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.60 2002-07-11 07:56:45 guy Exp $ (LBL) */ #ifndef BPF_MAJOR_VERSION @@ -263,9 +263,10 @@ struct bpf_hdr { */ /* - * Reserved for Frame Relay; BSD/OS has a DLT_FR, with a value of 11, - * but that collides with other values. DLT_FR and DLT_FRELAY packets - * start with the Frame Relay header (DLCI, etc.). + * Frame Relay; BSD/OS has a DLT_FR with a value of 11, but that collides + * with other values. + * DLT_FR and DLT_FRELAY packets start with the Q.922 Frame Relay header + * (DLCI, etc.). */ #define DLT_FRELAY 107 -- cgit v1.2.3