IP: fix weird name to not be ipv6 specific

This commit is contained in:
Tim Wojtulewicz 2023-04-28 15:03:36 -07:00 committed by Arne Welzel
parent 47ff5a4f61
commit 18a30a7a53
4 changed files with 8 additions and 8 deletions

View file

@ -93,7 +93,7 @@ bool IPAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* packet)
if ( packet->len < total_len + hdr_size )
{
Weird("truncated_IPv6", packet);
Weird("truncated_IP_len", packet);
return false;
}