36 static void FlowVarUpdateStr(
FlowVar *fv, uint8_t *value, uint16_t size)
45 static void FlowVarUpdateInt(
FlowVar *fv, uint32_t value)
61 for ( ; gv != NULL; gv = gv->
next) {
65 if (fv->
keylen == keylen && memcmp(key, fv->
key, keylen) == 0) {
85 for ( ; gv != NULL; gv = gv->
next) {
130 FlowVarUpdateStr(fv, value, size);
151 FlowVarUpdateInt(fv, value);
196 SCLogDebug(
"Name idx \"%" PRIu32
"\", Value \"%" PRIu32
"\"", fv->
idx,
199 SCLogDebug(
"Unknown data type at flowvars\n");