Project

General

Profile

Bug #496 ยป 0001-bug-496-don-t-warn-about-offset-depth-for-packet-sig.patch

Anoop Saldanha, 07/06/2012 05:37 AM

View differences:

src/detect-engine-analyzer.c
&& (rule_pcre > 0 || rule_pcre_http > 0)*/) {
fprintf(rule_engine_analysis_FD, " Warning: Rule uses pcre with only a http_method content; possible performance issue.\n");
}
if (rule_content_offset_depth > 0) {
if (rule_content_offset_depth > 0 && s->flags & SIG_FLAG_REQUIRE_STREAM) {
fprintf(rule_engine_analysis_FD, " Warning: Rule has depth"
"/offset with raw content keywords. Please note the "
"offset/depth will be checked against both packet "
    (1-1/1)