diff options
author | guy <guy> | 2002-03-08 11:16:34 +0000 |
---|---|---|
committer | guy <guy> | 2002-03-08 11:16:34 +0000 |
commit | 5913ea0fe4a5bc451465d1619093968ae1bede28 (patch) | |
tree | 6abae88ee6f06f497b2e23baeef1d7ea34bb218b /bpf | |
parent | 1e108f2bca87b6e5029e0da1133c4ec95e9985ad (diff) |
Add a DLT_ value for Fibre Channel, as per a request from Don Lee
<donlee@cray.com>.
Diffstat (limited to 'bpf')
-rw-r--r-- | bpf/net/bpf.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bpf/net/bpf.h b/bpf/net/bpf.h index a554e4f..87256b5 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.53 2002-01-25 08:27:35 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/bpf/net/Attic/bpf.h,v 1.54 2002-03-08 11:16:34 guy Exp $ (LBL) */ #ifndef BPF_MAJOR_VERSION @@ -327,6 +327,12 @@ struct bpf_hdr { #define DLT_HHDLC 121 /* + * Reserved for Fibre Channel, as per a request from Don Lee + * <donlee@cray.com>. + */ +#define DLT_FC 122 + +/* * The instruction encodings. */ /* instruction classes */ |