suricata
|
Data needed for Match() More...
#include <detect.h>
Data Fields | |
uint8_t | type |
uint8_t | is_last |
SigMatchCtx * | ctx |
SigMatchCtx* SigMatchData_::ctx |
plugin specific data
Definition at line 330 of file detect.h.
Referenced by DetectAppLayerEventRegister(), DetectBase64DecodeDoMatch(), DetectBufferTypeGetByIdTransforms(), DetectByteExtractDoMatch(), DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), DetectEngineInspectCIP(), DetectEngineInspectENIP(), DetectEngineInspectGenericList(), DetectEngineInspectModbus(), DetectEngineIPOnlyThreadDeinit(), DetectFastPatternRegister(), DetectLuaRegister(), DetectPcrePayloadMatch(), IPOnlyMatchPacket(), PacketAlertFinalize(), SCThresholdConfParseFile(), SigAlloc(), SigGetThresholdTypeIter(), and SigMatchList2DataArray().
uint8_t SigMatchData_::is_last |
Last element of the list
Definition at line 329 of file detect.h.
Referenced by DetectAppLayerEventRegister(), DetectBufferTypeGetByIdTransforms(), DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), DetectEngineInspectGenericList(), DetectEngineIPOnlyThreadDeinit(), IPOnlyMatchPacket(), PacketAlertFinalize(), SCThresholdConfParseFile(), SigAlloc(), SigGetThresholdTypeIter(), and SigMatchList2DataArray().
uint8_t SigMatchData_::type |
match type
Definition at line 328 of file detect.h.
Referenced by DetectAppLayerEventRegister(), DetectBufferTypeGetByIdTransforms(), DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), DetectEngineInspectGenericList(), DetectEngineIPOnlyThreadDeinit(), IPOnlyMatchPacket(), PacketAlertFinalize(), SigAlloc(), SigGetThresholdTypeIter(), and SigMatchList2DataArray().