mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Fix error text in IPTunnel analyzer
This commit is contained in:
parent
ed798c6aba
commit
1dede6dd70
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ bool IPTunnelAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* pa
|
|||
{
|
||||
if ( ! packet->ip_hdr )
|
||||
{
|
||||
reporter->InternalError("IPTunnelAnalyzer: ip_hdr not found in packet keystore");
|
||||
reporter->InternalError("IPTunnelAnalyzer: null ip_hdr in packet");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue