|
|
|
@ -126,8 +126,7 @@ int DetectEngineContentInspectionInternal(DetectEngineCtx *de_ctx, DetectEngineT
|
|
|
|
|
|
|
|
|
|
|
|
/* \todo unify this which is phase 2 of payload inspection unification */
|
|
|
|
/* \todo unify this which is phase 2 of payload inspection unification */
|
|
|
|
if (smd->type == DETECT_CONTENT) {
|
|
|
|
if (smd->type == DETECT_CONTENT) {
|
|
|
|
|
|
|
|
const DetectContentData *cd = (const DetectContentData *)smd->ctx;
|
|
|
|
DetectContentData *cd = (DetectContentData *)smd->ctx;
|
|
|
|
|
|
|
|
SCLogDebug("inspecting content %"PRIu32" buffer_len %"PRIu32, cd->id, buffer_len);
|
|
|
|
SCLogDebug("inspecting content %"PRIu32" buffer_len %"PRIu32, cd->id, buffer_len);
|
|
|
|
|
|
|
|
|
|
|
|
/* we might have already have this content matched by the mpm.
|
|
|
|
/* we might have already have this content matched by the mpm.
|
|
|
|
|