Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 05:18:03 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <200608050518.k755I363013236@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <a.bittau@cs.ucl.ac.uk>
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608050518.k755I363013236>