suricata
DetectFlowintData_ Struct Reference

#include <detect-flowint.h>

Collaboration diagram for DetectFlowintData_:

Data Fields

char * name
 
uint32_t idx
 
uint8_t modifier
 
uint8_t targettype
 
union {
   uint32_t   value
 
   TargetVar   tvar
 
target
 

Detailed Description

Context data for flowint vars

Definition at line 61 of file detect-flowint.h.

Field Documentation

◆ idx

uint32_t DetectFlowintData_::idx

Definition at line 66 of file detect-flowint.h.

Referenced by DetectFlowintFree(), and DetectFlowintMatch().

◆ modifier

uint8_t DetectFlowintData_::modifier

Definition at line 70 of file detect-flowint.h.

Referenced by DetectFlowintMatch().

◆ name

char* DetectFlowintData_::name

Definition at line 64 of file detect-flowint.h.

Referenced by DetectFlowintFree(), and DetectFlowintMatch().

◆ target

union { ... } DetectFlowintData_::target

◆ targettype

uint8_t DetectFlowintData_::targettype

Definition at line 71 of file detect-flowint.h.

Referenced by DetectFlowintFree(), and DetectFlowintMatch().

◆ tvar

TargetVar DetectFlowintData_::tvar

Definition at line 77 of file detect-flowint.h.

Referenced by DetectFlowintFree(), and DetectFlowintMatch().

◆ value

uint32_t DetectFlowintData_::value

Definition at line 75 of file detect-flowint.h.

Referenced by DetectFlowintMatch().


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