Reset the flags used during stateful detection in ContinueDetection(). Made the tests more descriptive as well

remotes/origin/master-1.0.x
Anoop Saldanha 16 years ago committed by Victor Julien
parent bb8937477d
commit 60668fd01d

File diff suppressed because it is too large Load Diff

@ -402,6 +402,13 @@ int DeStateDetectContinueDetection(ThreadVars *tv, DetectEngineCtx *de_ctx, Dete
{
DeStateStoreItem *item = &store->store[store_cnt];
umatch = 0;
uinspect = 0;
dmatch = 0;
dinspect = 0;
appinspect = 0;
appmatch = 0;
SCLogDebug("internal id of signature to inspect: %"PRIuMAX,
(uintmax_t)item->sid);

Loading…
Cancel
Save