base64_data: inform of use w fast_pattern

Bug 6859
pull/10846/head
Shivani Bhardwaj 2 years ago committed by Victor Julien
parent b83d808994
commit d4e64e3f24

@ -274,6 +274,9 @@ static int DetectFastPatternSetup(DetectEngineCtx *de_ctx, Signature *s, const c
}
}
}
if (SigMatchListSMBelongsTo(s, pm) == DETECT_SM_LIST_BASE64_DATA) {
SCLogInfo("fast_pattern is ineffective with base64_data");
}
cd->flags |= DETECT_CONTENT_FAST_PATTERN;
return 0;
}

Loading…
Cancel
Save