diff options
author | guy <guy> | 2002-10-18 08:46:13 +0000 |
---|---|---|
committer | guy <guy> | 2002-10-18 08:46:13 +0000 |
commit | d1d0fe1d98ceaf0f31f9084c542c5789f31c2aee (patch) | |
tree | 15d12c0a43069c9de7ef33070916d5e8162242f8 /bpf | |
parent | f8a3b72cd9a69d7579f2b39008f0feee7a598945 (diff) |
Add support for RFC 2625 IP-over-Fibre Channel, mapping all the Linux
ARPHRD_FC* types to it.
Diffstat (limited to 'bpf')
-rw-r--r-- | bpf/net/bpf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h index f97951c..94ca189 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.62 2002-10-09 13:28:27 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.63 2002-10-18 08:46:15 guy Exp $ (LBL) */ #ifndef BPF_MAJOR_VERSION @@ -340,8 +340,7 @@ struct bpf_hdr { #define DLT_HHDLC 121 /* - * Reserved for RFC 2625 IP-over-Fibre Channel, as per a request from - * Don Lee <donlee@cray.com>. + * This is for RFC 2625 IP-over-Fibre Channel. * * This is not for use with raw Fibre Channel, where the link-layer * header starts with a Fibre Channel frame header; it's for IP-over-FC, |