suricata
SigMatch_ Struct Reference

a single match condition for a signature More...

#include <detect.h>

Collaboration diagram for SigMatch_:

Data Fields

uint16_t type
 
uint16_t idx
 
SigMatchCtxctx
 
struct SigMatch_next
 
struct SigMatch_prev
 

Detailed Description

a single match condition for a signature

Definition at line 347 of file detect.h.

Field Documentation

◆ ctx

◆ idx

uint16_t SigMatch_::idx

position in the signature

Definition at line 349 of file detect.h.

Referenced by DetectGetLastSM(), and DetectGetLastSMFromMpmLists().

◆ next

◆ prev

struct SigMatch_* SigMatch_::prev

Definition at line 352 of file detect.h.

Referenced by SigMatchAlloc(), and SigMatchRemoveSMFromList().

◆ type


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