Add 802.11 fuzzing and testing idea from sam.
This commit is contained in:
parent
7c3ab35a77
commit
62d3449411
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31674
1 changed files with 22 additions and 1 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.41 2008/03/17 22:07:33 murray Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.42 2008/03/17 22:20:36 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -897,6 +897,27 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
|
|||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="80211testing">
|
||||
<title>802.11 Fuzzing and Testing</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:sam@FreeBSD.org">Sam Leffler</a></p>
|
||||
<p>Build a "packet fuzzer" tool that can be used to build test suites to
|
||||
improve reliability of the 802.11 code against garbage data. There are
|
||||
various tools out but I'm not aware of any good ones that work with 802.11
|
||||
and are generally available. The basic idea is to write a packet
|
||||
injector/playback tool that's driven by a scripting language. Then you
|
||||
need to build up a database of test cases. It's also possibly important
|
||||
to do time-based playback.</p>
|
||||
<ul>
|
||||
<li>Good knowledge of C.</li>
|
||||
<li>Wireless networking fundamentals.</li>
|
||||
<li>WPA-capable wireless network setup.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea class="soc" id="sctp">
|
||||
<title>SCPS, Space Communication Protocol Standards</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue