Fix detection engine informational message misrepresenting decoder only signatures.

remotes/origin/master-1.1.x
Victor Julien 14 years ago
parent abddbe1c91
commit a1f68bf411

@ -2445,7 +2445,7 @@ int SigAddressPrepareStage1(DetectEngineCtx *de_ctx) {
if (!(de_ctx->flags & DE_QUIET)) {
SCLogInfo("%" PRIu32 " signatures processed. %" PRIu32 " are IP-only "
"rules, %" PRIu32 " are inspecting packet payload, %"PRIu32
" inspect application layer, %"PRIu32" are decoder/engine/stream event only",
" inspect application layer, %"PRIu32" are decoder event only",
de_ctx->sig_cnt, cnt_iponly, cnt_payload, cnt_applayer,
cnt_deonly);

Loading…
Cancel
Save