mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Minor cleanup
This commit is contained in:
parent
7ede4f48bd
commit
62562504d5
2 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
||||
|
|
|
@ -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.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue