Project: ntopng

Language c++
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 66664
Lines covered 11121
Code coverage 16.68%
Code coverage report Report link
Static reachability 21.34%
Fuzz Introspector report Report link (from 2024-11-19)

Historical progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
sFlowPktInterface::sflowPacketPollLoop() /src/ntopng/src/sFlowPktInterface.cpp 7636 0.0%
dissectSflow(sFlowPktInterface*,unsignedchar*,unsignedint,sockaddr_in*) /src/ntopng/src/../third-party/sflow_collect.c 7631 0.0%
readSFlowDatagram(sFlowPktInterface*,_SFSample*,int) /src/ntopng/src/../third-party/sflow_collect.c 7627 0.0%
ZMQCollectorInterface::collect_flows() /src/ntopng/src/ZMQCollectorInterface.cpp 7593 0.0%
DummyInterface::startPacketPolling() /src/ntopng/src/DummyInterface.cpp 7501 0.0%
ZMQCollectorInterface::startPacketPolling() /src/ntopng/src/ZMQCollectorInterface.cpp 7501 0.0%
sFlowPktInterface::startPacketPolling() /src/ntopng/src/sFlowPktInterface.cpp 7501 0.0%
PcapInterface::startPacketPolling() /src/ntopng/src/PcapInterface.cpp 7501 0.0%
packetPollLoop(void*) /src/ntopng/src/PcapInterface.cpp 7489 0.0%
PcapInterface::processNextPacket(pcap*,int,int) /src/ntopng/src/PcapInterface.cpp 7371 0.0%