suricata
|
Data needed for Match() More...
#include <detect.h>
Data Fields | |
uint16_t | type |
bool | is_last |
SigMatchCtx * | ctx |
SigMatchCtx* SigMatchData_::ctx |
plugin specific data
Definition at line 361 of file detect.h.
Referenced by DetectAsn1Match(), DetectBase64DecodeDoMatch(), DetectByteExtractDoMatch(), DetectEngineAppInspectionEngineSignatureFree(), DetectEngineInspectGenericList(), DetectLuaMatchBuffer(), and DetectPcrePayloadMatch().
bool SigMatchData_::is_last |
Last element of the list
Definition at line 360 of file detect.h.
Referenced by DetectEngineAppInspectionEngineSignatureFree(), and DetectEngineInspectGenericList().
uint16_t SigMatchData_::type |
match type
Definition at line 359 of file detect.h.
Referenced by DetectEngineAppInspectionEngineSignatureFree(), and DetectEngineInspectGenericList().