suricata
|
Data needed for Match() More...
#include <detect.h>
Data Fields | |
uint16_t | type |
uint8_t | is_last |
SigMatchCtx * | ctx |
SigMatchCtx* SigMatchData_::ctx |
plugin specific data
Definition at line 353 of file detect.h.
Referenced by DetectBase64DecodeDoMatch(), DetectByteExtractDoMatch(), DetectByteMathDoMatch(), DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), DetectEngineInspectCIP(), DetectEngineInspectENIP(), DetectEngineInspectGenericList(), and DetectPcrePayloadMatch().
uint8_t SigMatchData_::is_last |
Last element of the list
Definition at line 352 of file detect.h.
Referenced by DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), and DetectEngineInspectGenericList().
uint16_t SigMatchData_::type |
match type
Definition at line 351 of file detect.h.
Referenced by DetectEngineAppInspectionEngineSignatureFree(), DetectEngineContentInspection(), and DetectEngineInspectGenericList().