suricata
GenericVar_ Struct Reference

#include <util-var.h>

Collaboration diagram for GenericVar_:

Data Fields

uint8_t type
 
uint8_t pad [3]
 
uint32_t idx
 
struct GenericVar_next
 

Detailed Description

Definition at line 48 of file util-var.h.

Field Documentation

◆ idx

uint32_t GenericVar_::idx

Definition at line 51 of file util-var.h.

Referenced by FlowVarGet(), and FlowVarGetByKey().

◆ next

struct GenericVar_* GenericVar_::next

Definition at line 52 of file util-var.h.

Referenced by FlowVarGet(), FlowVarGetByKey(), FlowVarPrint(), and GenericVarFree().

◆ pad

uint8_t GenericVar_::pad[3]

Definition at line 50 of file util-var.h.

◆ type

uint8_t GenericVar_::type

Definition at line 49 of file util-var.h.

Referenced by FlowVarGet(), FlowVarGetByKey(), FlowVarPrint(), and GenericVarFree().


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