|
|
|
@ -2445,7 +2445,7 @@ int SigAddressPrepareStage1(DetectEngineCtx *de_ctx) {
|
|
|
|
if (!(de_ctx->flags & DE_QUIET)) {
|
|
|
|
if (!(de_ctx->flags & DE_QUIET)) {
|
|
|
|
SCLogInfo("%" PRIu32 " signatures processed. %" PRIu32 " are IP-only "
|
|
|
|
SCLogInfo("%" PRIu32 " signatures processed. %" PRIu32 " are IP-only "
|
|
|
|
"rules, %" PRIu32 " are inspecting packet payload, %"PRIu32
|
|
|
|
"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,
|
|
|
|
de_ctx->sig_cnt, cnt_iponly, cnt_payload, cnt_applayer,
|
|
|
|
cnt_deonly);
|
|
|
|
cnt_deonly);
|
|
|
|
|
|
|
|
|
|
|
|
|