From owner-freebsd-net@FreeBSD.ORG Fri Feb 27 23:13:57 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEA1716A4CE for ; Fri, 27 Feb 2004 23:13:57 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id B046C43D1F for ; Fri, 27 Feb 2004 23:13:57 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C5327654B9; Sat, 28 Feb 2004 07:13:56 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 82441-07-9; Sat, 28 Feb 2004 07:13:56 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 5C689654B4; Sat, 28 Feb 2004 07:13:56 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 8CDA257; Sat, 28 Feb 2004 07:13:55 +0000 (GMT) Date: Sat, 28 Feb 2004 07:13:55 +0000 From: Bruce M Simpson To: Richard Bejtlich Message-ID: <20040228071355.GM24378@saboteur.dek.spc.org> Mail-Followup-To: Richard Bejtlich , freebsd-net@freebsd.org References: <20040227222757.50041.qmail@web60803.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040227222757.50041.qmail@web60803.mail.yahoo.com> cc: freebsd-net@freebsd.org Subject: Re: Question on IEEE802_11_RADIO X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 07:13:58 -0000 On Fri, Feb 27, 2004 at 02:27:57PM -0800, Richard Bejtlich wrote: > >From what I've read elsewhere on the lists, I'm not > seeing what I should using the new IEEE802_11_RADIO > link type. Tcpdump is compiled --WITH_RADIOTAP: Don't use monitor mode; it's a misnomer. Try without using monitor mode and you should see radiotap headers. BMS