Improve an error message in ICMP analyzer.

This commit is contained in:
Jon Siwek 2012-06-13 16:59:15 -05:00
parent b66b022be0
commit 22fb039e83

View file

@ -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;
}