Add checkAPIs as a code submission requirement.

svn path=/trunk/; revision=26987
This commit is contained in:
Bill Meier 2008-12-13 19:17:12 +00:00
parent 157f478a23
commit 761096c41d
1 changed files with 8 additions and 0 deletions

View File

@ -817,6 +817,14 @@ Index: file.h
</para>
</listitem>
<listitem><para>
<command>Verify that your dissector code does not use prohibited or deprecated APIs</command>
This can be done as follows:
</para>
<para>
<userinput>perl <wireshark_root>/tools/checkAPIs.pl <source-filename(s)></userinput>
</para>
</listitem>
<listitem><para>
<command>Fuzz test your changes!</command> Fuzz testing is a very
effective way to automatically find a lot of dissector related bugs.
You'll take a capture file containing packets affecting your dissector