|
suricata
|
#include "suricata-common.h"#include "suricata.h"#include "app-layer-detect-proto.h"#include "defrag.h"#include "tm-modules.h"#include "tm-threads.h"#include "source-pcap-file.h"#include "util-unittest-helper.h"#include "conf-yaml-loader.h"#include "util-time.h"#include "util-conf.h"#include "nallocinc.c"
Go to the source code of this file.
Functions | |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| SC_ATOMIC_EXTERN (unsigned int, engine_stage) | |
Variables | |
| SCInstance | surifuzz |
| const char | configNoChecksum [] |
| ThreadVars * | tv |
| DecodeThreadVars * | dtv |
Definition in file fuzz_decodepcapfile.c.
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size | ||
| ) |
Definition at line 37 of file fuzz_decodepcapfile.c.
| SC_ATOMIC_EXTERN | ( | unsigned int | , |
| engine_stage | |||
| ) |
| const char configNoChecksum[] |
Definition at line 25 of file fuzz_decodepcapfile.c.
Referenced by LLVMFuzzerTestOneInput().
| DecodeThreadVars* dtv |
Definition at line 34 of file fuzz_decodepcapfile.c.
Referenced by DecodeARP(), DecodeCHDLC(), DecodeErfDag(), DecodeErfDagThreadInit(), DecodeERSPAN(), DecodeERSPANTypeI(), DecodeESP(), DecodeETag(), DecodeEthernet(), DecodeGRE(), DecodeICMPV4(), DecodeIPV4(), DecodeIPV6(), DecodeMPLS(), DecodeNSH(), DecodeNull(), DecodePPP(), DecodePPPOEDiscovery(), DecodePPPOESession(), DecodeRaw(), DecodeRegisterPerfCounters(), DecodeSCTP(), DecodeSll(), DecodeSll2(), DecodeTCP(), DecodeThreadVarsAlloc(), DecodeThreadVarsFree(), DecodeUDP(), DecodeUpdatePacketCounters(), DecodeVLAN(), DecodeVNTag(), PacketDecodeFinalize(), PacketUpdateEngineEventCounters(), ReceiveErfDagLoop(), UTHBuildPacketFromEth(), UTHMatchPackets(), UTHMatchPacketsWithResults(), UTHPacketMatchSig(), and UTHPacketMatchSigMpm().
| SCInstance surifuzz |
Definition at line 23 of file fuzz_decodepcapfile.c.
| ThreadVars* tv |
Definition at line 33 of file fuzz_decodepcapfile.c.
Referenced by AppLayerIncAllocErrorCounter(), AppLayerIncGapErrorCounter(), AppLayerIncInternalErrorCounter(), AppLayerIncParserErrorCounter(), AppLayerIncTxCounter(), CaptureStatsSetup(), CaptureStatsUpdate(), DecodeARP(), DecodeCHDLC(), DecodeErfDag(), DecodeErfDagThreadDeinit(), DecodeErfDagThreadInit(), DecodeERSPAN(), DecodeERSPANTypeI(), DecodeESP(), DecodeETag(), DecodeEthernet(), DecodeGRE(), DecodeICMPV4(), DecodeIPV4(), DecodeIPV6(), DecodeMPLS(), DecodeNSH(), DecodeNull(), DecodePPP(), DecodePPPOEDiscovery(), DecodePPPOESession(), DecodeRaw(), DecodeRegisterPerfCounters(), DecodeSCTP(), DecodeSll(), DecodeSll2(), DecodeTCP(), DecodeThreadVarsAlloc(), DecodeThreadVarsFree(), DecodeUDP(), DecodeUpdatePacketCounters(), DecodeVLAN(), DecodeVNTag(), DetectEngineThreadCtxInit(), DetectEngineThreadCtxInitForReload(), DetectPreFlow(), DetectPreStream(), ExceptionPolicySetStatsCounters(), FlowDisableFlowManagerThread(), FlowHandlePacket(), FlowInit(), LuaStateGetThreadVars(), LuaStateSetThreadVars(), NoAFXDPSupportExit(), NoDPDKSupportExit(), NoNFLOGSupportExit(), NoWinDivertSupportExit(), OutputJsonBuilderBuffer(), OutputJsonLogFlush(), PacketDecodeFinalize(), PacketUpdateEngineEventCounters(), ReceiveErfDagLoop(), ReceiveErfDagThreadExitStats(), ReceiveErfDagThreadInit(), ReceiveErfFileLoop(), ReceiveErfFileThreadInit(), RejectSendIPv4ICMP(), RejectSendIPv4TCP(), RejectSendIPv6ICMP(), RejectSendIPv6TCP(), RunModeErfFileAutoFp(), RunModeErfFileSingle(), RunModeFilePcapSingle(), RunModeSetIPSWorker(), SCRunModeLibSpawnWorker(), StreamTcpGetSegment(), StreamTcpThreadInit(), StreamTcpUTAddPayload(), StreamTcpUTAddSegmentWithByte(), StreamTcpUTAddSegmentWithPayload(), ThreadAllocStorageById(), ThreadFreeStorage(), ThreadFreeStorageById(), ThreadGetStorageById(), ThreadSetStorageById(), TimeGet(), TimeSetToCurrentTime(), TmqhInputFlow(), TmqhInputSimpleShutdownHandler(), TmqhOutputFlowHash(), TmqhOutputFlowIPPair(), TmThreadContinueDetectLoaderThreads(), and UTHBuildPacketOfFlows().