From owner-freebsd-net@FreeBSD.ORG Thu Jul 31 10:46:40 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 E45E137B404 for ; Thu, 31 Jul 2003 10:46:40 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id DC8C343FDD for ; Thu, 31 Jul 2003 10:46:37 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 1691 invoked by uid 5013); 31 Jul 2003 17:44:08 -0000 Date: Thu, 31 Jul 2003 18:44:08 +0100 From: Bruce M Simpson To: freebsd-net@freebsd.org Message-ID: <20030731174408.GD24526@spc.org> Mail-Followup-To: Bruce M Simpson , freebsd-net@freebsd.org, fenner@freebsd.org, jmallett@freebsd.org, sam@freebsd.org, sjg@freebsd.org, jesper@freebsd.org, imp@bsdimp.com, raja@moselle.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Organization: SPC cc: raja@moselle.com cc: sjg@freebsd.org cc: sam@freebsd.org cc: jesper@freebsd.org cc: fenner@freebsd.org cc: imp@bsdimp.com Subject: [PATCH] AODV (RFC 3561) support for tcpdump 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: Thu, 31 Jul 2003 17:46:41 -0000 Hi all, I send you this patch in order that I may have your advice. I've added a module to tcpdump to decode AODV packets as per RFC 3561. The only extension currently understood is HELLO. I've submitted this to tcpdump@sourceforge, but I've been working with a number of you on wi(4) related things, or have met you in person recently, thus giving you 'heads up' and opportunity to review. [Tracker ID 780993] I haven't been able to test this extensively because: I have 3 LocustWorld MeshBoxes here which don't seem to be speaking to each other, and the solitary machine which does send AODV traffic is sending type 69, which doesn't inspire confidence (but it seems someone's made off with the passwords for them, too - all will probably be resolved when someone gets back from holiday). Yes, Dorothy, this is in lieu of a possible forthcoming BSD aodvd daemon. Regards, BMS