summaryrefslogtreecommitdiffstats
path: root/src/detect-fast-pattern.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detect-fast-pattern.c')
-rw-r--r--src/detect-fast-pattern.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/detect-fast-pattern.c b/src/detect-fast-pattern.c
index b82f327..ef6007a 100644
--- a/src/detect-fast-pattern.c
+++ b/src/detect-fast-pattern.c
@@ -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;
}