suricata
SigMatchData_ Struct Reference

Data needed for Match() More...

#include <detect.h>

Collaboration diagram for SigMatchData_:

Data Fields

uint16_t type
 
bool is_last
 
SigMatchCtxctx
 

Detailed Description

Data needed for Match()

Definition at line 356 of file detect.h.

Field Documentation

◆ ctx

◆ is_last

bool SigMatchData_::is_last

Last element of the list

Definition at line 358 of file detect.h.

Referenced by DetectEngineAppInspectionEngineSignatureFree(), and DetectEngineInspectGenericList().

◆ type

uint16_t SigMatchData_::type

match type

Definition at line 357 of file detect.h.

Referenced by DetectEngineAppInspectionEngineSignatureFree(), and DetectEngineInspectGenericList().


The documentation for this struct was generated from the following file: