From efaa1dd30a4e24cae1bb412fd80f8422f008feea Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 29 Oct 2004 02:15:08 +0000 Subject: Update a comment about the AVS header. Note that the previous checkin should have had the comment The radiotap header isn't BSD-specific - it's also used by the madwifi Atheros driver on Linux. --- pcap-bpf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcap-bpf.h') diff --git a/pcap-bpf.h b/pcap-bpf.h index abcd797..7b2dc2b 100644 --- a/pcap-bpf.h +++ b/pcap-bpf.h @@ -37,7 +37,7 @@ * * @(#)bpf.h 7.1 (Berkeley) 5/7/91 * - * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.24 2004-10-29 02:00:59 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-bpf.h,v 1.25 2004-10-29 02:15:08 guy Exp $ (LBL) */ /* @@ -492,8 +492,8 @@ struct bpf_version { * * http://www.shaftnet.org/~pizza/software/capturefrm.txt * - * but could and arguably should also be used by non-AVS Linux - * 802.11 drivers; that may happen in the future. + * but it might be used by some non-AVS drivers now or in the + * future. */ #define DLT_IEEE802_11_RADIO_AVS 163 /* 802.11 plus AVS radio header */ -- cgit v1.2.3