From 761096c41df71a47853cb97543a79381f260d48b Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 13 Dec 2008 19:17:12 +0000 Subject: [PATCH] Add checkAPIs as a code submission requirement. svn path=/trunk/; revision=26987 --- docbook/wsdg_src/WSDG_chapter_sources.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docbook/wsdg_src/WSDG_chapter_sources.xml b/docbook/wsdg_src/WSDG_chapter_sources.xml index 906301f999..559c0b06ac 100644 --- a/docbook/wsdg_src/WSDG_chapter_sources.xml +++ b/docbook/wsdg_src/WSDG_chapter_sources.xml @@ -817,6 +817,14 @@ Index: file.h + Verify that your dissector code does not use prohibited or deprecated APIs + This can be done as follows: + + + perl /tools/checkAPIs.pl + + + Fuzz test your changes! 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