From owner-freebsd-net@FreeBSD.ORG Mon Dec 15 03:15:34 2003 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 358AF16A4CE for ; Mon, 15 Dec 2003 03:15:34 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63BD943D3F for ; Mon, 15 Dec 2003 03:15:32 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 773F6651FA; Mon, 15 Dec 2003 11:15:31 +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 26698-02-4; Mon, 15 Dec 2003 11:15:31 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6E0AF651F4; Mon, 15 Dec 2003 11:15:30 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 6B3F6BD; Mon, 15 Dec 2003 11:15:29 +0000 (GMT) Date: Mon, 15 Dec 2003 11:15:29 +0000 From: Bruce M Simpson To: paul van den bergen Message-ID: <20031215111529.GB65986@saboteur.dek.spc.org> Mail-Followup-To: paul van den bergen , freebsd-net@freebsd.org References: <200312151656.44591.pvandenbergen@swin.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200312151656.44591.pvandenbergen@swin.edu.au> cc: freebsd-net@freebsd.org Subject: Re: wireless monitoring of APs??? 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: Mon, 15 Dec 2003 11:15:34 -0000 On Mon, Dec 15, 2003 at 04:56:44PM +1100, paul van den bergen wrote: > What tools are there in BSD-land that are usefull for monitoring activity on > an AP? i.e. like dstumbler but from the LAN side? well, alright, not like > dstumbler as it has 1) and installed piece of hardware to use and 2) direct > access to the device, where as an AP attatched to a boxen does not... Depends on what you want to monitor. I'm sidetracked at the moment with some TCP work, so I haven't finished trafd+radiotap, but I am sure you'll find many useful SNMP MIBs out there for talking to an AP. BMS