Wireshark-bugs: [Wireshark-bugs] [Bug 8275] Basic dissector: FIPA/ACL Message protocol over TCP
Date: Thu, 31 Jan 2013 09:59:43 +0000

Comment # 3 on bug 8275 from
(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.