Comment # 3
on bug 8275
from Jaap Keuter
(In reply to comment #2)
>
> Fuzzed? What do you mean fuzzed?
>
>From doc/README.developer (mandatory reading material)
1.11 Submitting code for your new dissector.
- VERIFY that your dissector code does not use prohibited or deprecated APIs
as follows:
perl <wireshark_root>/tools/checkAPIs.pl <source-filename(s)>
- TEST YOUR DISSECTOR BEFORE SUBMITTING IT.
Use fuzz-test.sh and/or randpkt against your dissector. These are
described at <http://wiki.wireshark.org/FuzzTesting>.
You are receiving this mail because:
- You are watching all bug changes.