From owner-cvs-all@FreeBSD.ORG Sat Aug 5 05:18:04 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 5EC3916A4DA; Sat, 5 Aug 2006 05:18:04 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35ED43D49; Sat, 5 Aug 2006 05:18:03 +0000 (GMT) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k755I3OS013237; Sat, 5 Aug 2006 05:18:03 GMT (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k755I363013236; Sat, 5 Aug 2006 05:18:03 GMT (envelope-from sam) Message-Id: <200608050518.k755I363013236@repoman.freebsd.org> From: Sam Leffler Date: Sat, 5 Aug 2006 05:18:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/tools/tools/net80211/w00t Makefile Makefile.inc README src/tools/tools/net80211/w00t/ap Makefile ap.c src/tools/tools/net80211/w00t/assoc Makefile assoc.c src/tools/tools/net80211/w00t/expand Makefile expand.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Aug 2006 05:18:04 -0000 sam 2006-08-05 05:18:03 UTC FreeBSD src repository Added files: tools/tools/net80211/w00t Makefile Makefile.inc README tools/tools/net80211/w00t/ap Makefile ap.c tools/tools/net80211/w00t/assoc Makefile assoc.c tools/tools/net80211/w00t/expand Makefile expand.c tools/tools/net80211/w00t/libw00t Makefile w00t.c w00t.h tools/tools/net80211/w00t/prga Makefile prga.c tools/tools/net80211/w00t/redir Makefile buddy.c redir.c Log: test programs for 802.11 packet injection Submitted by: Andrea Bittau Revision Changes Path 1.1 +5 -0 src/tools/tools/net80211/w00t/Makefile (new) 1.1 +11 -0 src/tools/tools/net80211/w00t/Makefile.inc (new) 1.1 +78 -0 src/tools/tools/net80211/w00t/README (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/ap/Makefile (new) 1.1 +916 -0 src/tools/tools/net80211/w00t/ap/ap.c (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/assoc/Makefile (new) 1.1 +938 -0 src/tools/tools/net80211/w00t/assoc/assoc.c (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/expand/Makefile (new) 1.1 +468 -0 src/tools/tools/net80211/w00t/expand/expand.c (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/libw00t/Makefile (new) 1.1 +414 -0 src/tools/tools/net80211/w00t/libw00t/w00t.c (new) 1.1 +57 -0 src/tools/tools/net80211/w00t/libw00t/w00t.h (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/prga/Makefile (new) 1.1 +664 -0 src/tools/tools/net80211/w00t/prga/prga.c (new) 1.1 +7 -0 src/tools/tools/net80211/w00t/redir/Makefile (new) 1.1 +158 -0 src/tools/tools/net80211/w00t/redir/buddy.c (new) 1.1 +709 -0 src/tools/tools/net80211/w00t/redir/redir.c (new)