Bug #453 » 0004-code-cleanup.patch
| src/detect.c | ||
|---|---|---|
|
}
|
||
|
}
|
||
|
}
|
||
|
if (det_ctx->flags & DETECT_ENGINE_THREAD_CTX_STREAM_CONTENT_MATCH)
|
||
|
det_ctx->flags &= ~DETECT_ENGINE_THREAD_CTX_STREAM_CONTENT_MATCH;
|
||
|
SCLogDebug("s->sm_lists[DETECT_SM_LIST_AMATCH] %p, "
|
||
|
"s->sm_lists[DETECT_SM_LIST_UMATCH] %p, "
|
||
| ... | ... | |
|
DetectReplaceFree(det_ctx->replist);
|
||
|
det_ctx->replist = NULL;
|
||
|
RULE_PROFILING_END(s, match);
|
||
|
det_ctx->flags = 0;
|
||
|
continue;
|
||
|
}
|
||
|
PACKET_PROFILING_DETECT_END(p, PROF_DETECT_RULES);
|
||