From owner-cvs-all@FreeBSD.ORG Thu Dec 11 06:03:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 242C916A4CE; Thu, 11 Dec 2003 06:03:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B90A343D1D; Thu, 11 Dec 2003 06:03:36 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBBE3aXJ013554; Thu, 11 Dec 2003 06:03:36 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBBE3atV013553; Thu, 11 Dec 2003 06:03:36 -0800 (PST) (envelope-from bms) Message-Id: <200312111403.hBBE3atV013553@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 11 Dec 2003 06:03:36 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/tcpdump Makefile ports/net/tcpdump/files extra-patch-Makefile.in extra-patch-cpack.c extra-patch-cpack.h extra-patch-print-802_11.c extra-patch-tcpdump.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 14:03:38 -0000 bms 2003/12/11 06:03:36 PST FreeBSD ports repository (src committer) Modified files: net/tcpdump Makefile Added files: net/tcpdump/files extra-patch-Makefile.in extra-patch-cpack.c extra-patch-cpack.h extra-patch-extract.h extra-patch-ieee802_11_radio.h extra-patch-print-802_11.c extra-patch-tcpdump.c Log: Add a new option, WITH_RADIOTAP. Import David Young's patches for using the new net80211 radiotap interface. This can be activated once the tcpdump port is built and installed using the datalink type IEEE802_11_RADIO. Tested with a wi(4), OEM PRISM2, 1.4.9 STA firmware. Submitted by: David Young Sponsored by: consume.net Revision Changes Path 1.3 +9 -0 ports/net/tcpdump/Makefile 1.1 +20 -0 ports/net/tcpdump/files/extra-patch-Makefile.in (new) 1.1 +184 -0 ports/net/tcpdump/files/extra-patch-cpack.c (new) 1.1 +56 -0 ports/net/tcpdump/files/extra-patch-cpack.h (new) 1.1 +15 -0 ports/net/tcpdump/files/extra-patch-extract.h (new) 1.1 +204 -0 ports/net/tcpdump/files/extra-patch-ieee802_11_radio.h (new) 1.1 +229 -0 ports/net/tcpdump/files/extra-patch-print-802_11.c (new) 1.1 +15 -0 ports/net/tcpdump/files/extra-patch-tcpdump.c (new)