mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Improve an error message in ICMP analyzer.
This commit is contained in:
parent
b66b022be0
commit
22fb039e83
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ void ICMP_Analyzer::DeliverPacket(int len, const u_char* data,
|
|||
break;
|
||||
|
||||
default:
|
||||
reporter->InternalError("unexpected IP proto in ICMP analyzer");
|
||||
reporter->InternalError("unexpected IP proto in ICMP analyzer: %d",
|
||||
ip->NextProto());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue