|
|
@ -47,10 +47,10 @@ typedef struct FlowVarTypeInt_ {
|
|
|
|
/** Generic Flowvar Structure */
|
|
|
|
/** Generic Flowvar Structure */
|
|
|
|
typedef struct FlowVar_ {
|
|
|
|
typedef struct FlowVar_ {
|
|
|
|
uint8_t type; /* type, DETECT_FLOWVAR in this case */
|
|
|
|
uint8_t type; /* type, DETECT_FLOWVAR in this case */
|
|
|
|
|
|
|
|
uint16_t idx; /* name idx */
|
|
|
|
GenericVar *next; /* right now just implement this as a list,
|
|
|
|
GenericVar *next; /* right now just implement this as a list,
|
|
|
|
* in the long run we have think of something
|
|
|
|
* in the long run we have think of something
|
|
|
|
* faster. */
|
|
|
|
* faster. */
|
|
|
|
uint16_t idx; /* name idx */
|
|
|
|
|
|
|
|
uint8_t datatype;
|
|
|
|
uint8_t datatype;
|
|
|
|
union {
|
|
|
|
union {
|
|
|
|
FlowVarTypeStr fv_str;
|
|
|
|
FlowVarTypeStr fv_str;
|
|
|
|