suricata
DetectFlowvarData_ Struct Reference

#include <detect-flowvar.h>

Data Fields

char * name
 
uint32_t idx
 
uint8_t * content
 
uint16_t content_len
 
bool post_match
 
uint32_t flags
 

Detailed Description

Definition at line 27 of file detect-flowvar.h.

Field Documentation

◆ content

uint8_t* DetectFlowvarData_::content

Definition at line 30 of file detect-flowvar.h.

Referenced by DetectFlowvarMatch().

◆ content_len

uint16_t DetectFlowvarData_::content_len

Definition at line 31 of file detect-flowvar.h.

Referenced by DetectFlowvarMatch().

◆ flags

uint32_t DetectFlowvarData_::flags

Definition at line 34 of file detect-flowvar.h.

◆ idx

uint32_t DetectFlowvarData_::idx

Definition at line 29 of file detect-flowvar.h.

Referenced by DetectFlowvarMatch(), and DetectFlowvarPostMatchSetup().

◆ name

char* DetectFlowvarData_::name

Definition at line 28 of file detect-flowvar.h.

◆ post_match

bool DetectFlowvarData_::post_match

set to true if used in a post-match

Definition at line 33 of file detect-flowvar.h.

Referenced by DetectFlowvarPostMatchSetup().


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