|
|
|
@ -349,6 +349,10 @@ static uint32_t FlowManagerHashRowTimeout(Flow *f, struct timeval *ts,
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_ESTABLISHED;
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_ESTABLISHED;
|
|
|
|
else if (state == FLOW_STATE_CLOSED)
|
|
|
|
else if (state == FLOW_STATE_CLOSED)
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_CLOSED;
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_CLOSED;
|
|
|
|
|
|
|
|
else if (state == FLOW_STATE_LOCAL_BYPASSED)
|
|
|
|
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_BYPASSED;
|
|
|
|
|
|
|
|
else if (state == FLOW_STATE_CAPTURE_BYPASSED)
|
|
|
|
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_STATE_BYPASSED;
|
|
|
|
|
|
|
|
|
|
|
|
if (emergency)
|
|
|
|
if (emergency)
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_EMERGENCY;
|
|
|
|
f->flow_end_flags |= FLOW_END_FLAG_EMERGENCY;
|
|
|
|
|