Skip to content

Latest commit

 

History

History
 
 

Fuzzers

The fuzzers here are used by oss-fuzz. Oss-fuzz uses its own tracker for found issues.

Read more about oss-fuzz and fuzzing here.

Current fuzzers either try to open and parse different pcap, pcapng and snoop files or convert pcap files to pcapng and vice versa.

To analyze the fuzzing coverage (code that is called and that is not by the fuzzers) open https://introspector.oss-fuzz.com/project-profile?project=pcapplusplus and click on the Code coverage report link to follow to the latest coverage statistics. It may also generate it locally using the instructions.

The fuzzers are built as part of CI, you will be notified you break something. See oss-fuzz instructions how to build locally. You may also check how it is built in CI.