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 64935
Lines covered 11112
Code coverage 17.11%
Code coverage report Report link
Static reachability 21.59%
Fuzz Introspector report Report link (from 2024-10-20)

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
ZMQCollectorInterface::collect_flows() /src/ntopng/src/ZMQCollectorInterface.cpp 7565 0.0%
DummyInterface::startPacketPolling() /src/ntopng/src/DummyInterface.cpp 7491 0.0%
ZMQCollectorInterface::startPacketPolling() /src/ntopng/src/ZMQCollectorInterface.cpp 7491 0.0%
PcapInterface::startPacketPolling() /src/ntopng/src/PcapInterface.cpp 7491 0.0%
packetPollLoop(void*) /src/ntopng/src/PcapInterface.cpp 7479 0.0%
PcapInterface::processNextPacket(pcap*,int,int) /src/ntopng/src/PcapInterface.cpp 7361 0.0%
ZMQParserInterface::parseSingleJSONFlow(json_object*,unsignedint) /src/ntopng/src/ZMQParserInterface.cpp 6949 0.0%
ZMQParserInterface::parseTLVFlow(charconst*,int,unsignedint,unsignedint,void*) /src/ntopng/src/ZMQParserInterface.cpp 6924 0.0%
ZMQParserInterface::parseSingleTLVFlow(ndpi_serializer*,unsignedint) /src/ntopng/src/ZMQParserInterface.cpp 6912 0.0%
ntop_process_flow(lua_State*) /src/ntopng/src/LuaEngineInterface.cpp 6552 0.0%