Minor cleanup

This commit is contained in:
Tim Wojtulewicz 2020-09-09 23:59:29 +00:00
parent 7ede4f48bd
commit 62562504d5
2 changed files with 2 additions and 3 deletions

View file

@ -24,7 +24,6 @@ using ConnID [[deprecated("Remove in v4.1. Use zeek::ConnID.")]] = zeek::ConnID;
ZEEK_FORWARD_DECLARE_NAMESPACED(Discarder, zeek::detail);
ZEEK_FORWARD_DECLARE_NAMESPACED(SteppingStoneManager, zeek, analyzer::stepping_stone);
ZEEK_FORWARD_DECLARE_NAMESPACED(ARP_Analyzer, zeek, analyzer::arp);
namespace zeek {

View file

@ -12,5 +12,5 @@ RootAnalyzer::RootAnalyzer()
bool RootAnalyzer::AnalyzePacket(size_t len, const uint8_t* data, Packet* packet)
{
reporter->InternalError("AnalysisPacket() was called for the root analyzer.");
}
reporter->InternalError("AnalyzePacket() was called for the root analyzer.");
}