diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-25 08:16:42 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2003-08-25 08:16:42 +0000 |
commit | 446d86e01f48fc6149c40c557618fa0efa3adcfa (patch) | |
tree | cdfc2e1376c15ea3e24d02f5c202797b98ebbd38 | |
parent | fd3d20db9e6d61e03b35525933f4e2071899dcda (diff) |
add DLT_IEEE802_11; deraadt@ ok.
-rw-r--r-- | sys/net/bpf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bpf.h b/sys/net/bpf.h index 47917f2daff..e1738dfb4f2 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bpf.h,v 1.22 2003/06/02 23:28:11 millert Exp $ */ +/* $OpenBSD: bpf.h,v 1.23 2003/08/25 08:16:41 fgsch Exp $ */ /* $NetBSD: bpf.h,v 1.15 1996/12/13 07:57:33 mikel Exp $ */ /* @@ -167,6 +167,7 @@ struct bpf_hdr { #define DLT_PPP_BSDOS 16 /* BSD/OS Point-to-point Protocol */ #define DLT_OLD_PFLOG 17 /* Packet filter logging, old (XXX remove?) */ #define DLT_PFSYNC 18 /* Packet filter state syncing */ +#define DLT_IEEE802_11 105 /* IEEE 802.11 wireless */ #define DLT_PFLOG 117 /* Packet filter logging, by pcap people */ /* |