mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Bring back default packet analysis.
Default analyzers can be configured per packet analyzer by omitting the identifier in the ConfigEntry.
This commit is contained in:
parent
d4ff5a236c
commit
462b1fe3a2
9 changed files with 81 additions and 21 deletions
|
@ -18,6 +18,10 @@ public:
|
|||
{
|
||||
return std::make_shared<DefaultAnalyzer>();
|
||||
}
|
||||
|
||||
protected:
|
||||
AnalyzerResult AnalyzeInnerPacket(Packet* packet, const uint8_t*& data,
|
||||
uint32_t identifier) const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue