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