Stateful detection inspection continuation API call should update per

signature's Sigmatch entry as well.
pull/558/merge
Anoop Saldanha 12 years ago committed by Victor Julien
parent 7f0cc97f5b
commit c5cd3562d0

@ -613,6 +613,7 @@ void DeStateDetectContinueDetection(ThreadVars *tv, DetectEngineCtx *de_ctx,
}
item->flags |= inspect_flags;
item->nm = sm;
if ((total_txs - inspect_tx_id) <= 1)
det_ctx->de_state_sig_array[item->sid] = DE_STATE_MATCH_NO_NEW_STATE;

Loading…
Cancel
Save