suricata
|
#include <util-var.h>
Data Fields | |
uint8_t | type |
uint8_t | pad [3] |
uint32_t | idx |
struct GenericVar_ * | next |
Definition at line 50 of file util-var.h.
uint32_t GenericVar_::idx |
Definition at line 53 of file util-var.h.
Referenced by FlowVarGet(), and FlowVarGetByKey().
struct GenericVar_* GenericVar_::next |
Definition at line 54 of file util-var.h.
Referenced by FlowVarGet(), FlowVarGetByKey(), FlowVarPrint(), and GenericVarFree().
uint8_t GenericVar_::pad[3] |
Definition at line 52 of file util-var.h.
uint8_t GenericVar_::type |
variable type, uses detection sm_type
Definition at line 51 of file util-var.h.
Referenced by FlowVarGet(), FlowVarGetByKey(), FlowVarPrint(), and GenericVarFree().