rule analyzer: fix detecting stream match

remotes/origin/master
Victor Julien 14 years ago
parent 946a9ece32
commit c2e484ae88

@ -217,7 +217,8 @@ void EngineAnalysisRules(Signature *s, char *line)
if (s->flags & SIG_FLAG_REQUIRE_PACKET) {
packet_buf += 1;
} else if (s->flags & SIG_FLAG_REQUIRE_PACKET) {
}
if (s->flags & SIG_FLAG_REQUIRE_STREAM) {
stream_buf += 1;
}
for (list_id = 0; list_id < DETECT_SM_LIST_MAX; list_id++) {

Loading…
Cancel
Save