mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
IP: fix weird name to not be ipv6 specific
This commit is contained in:
parent
47ff5a4f61
commit
18a30a7a53
4 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue