detect: update ttl debug log messages

Signed-off-by: jason taylor <jtfas90@gmail.com>
pull/7921/head
jason taylor 2 years ago committed by Victor Julien
parent ab4d0f7f4a
commit 489af24132

@ -92,7 +92,7 @@ static int DetectTtlMatch (DetectEngineThreadCtx *det_ctx, Packet *p,
} else if (PKT_IS_IPV6(p)) {
pttl = IPV6_GET_HLIM(p);
} else {
SCLogDebug("Packet is of not IPv4 or IPv6");
SCLogDebug("Packet is not IPv4 or IPv6");
return 0;
}
@ -155,7 +155,7 @@ PrefilterPacketTtlMatch(DetectEngineThreadCtx *det_ctx, Packet *p, const void *p
} else if (PKT_IS_IPV6(p)) {
pttl = IPV6_GET_HLIM(p);
} else {
SCLogDebug("Packet is of not IPv4 or IPv6");
SCLogDebug("Packet is not IPv4 or IPv6");
return;
}

Loading…
Cancel
Save