mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
packet_analysis: Define all plugin type as final
This commit is contained in:
parent
9de5d1e8d5
commit
0d78eb1933
32 changed files with 62 additions and 62 deletions
|
@ -8,10 +8,10 @@
|
|||
namespace zeek::plugin::Zeek_Root
|
||||
{
|
||||
|
||||
class Plugin : public zeek::plugin::Plugin
|
||||
class Plugin final : public zeek::plugin::Plugin
|
||||
{
|
||||
public:
|
||||
zeek::plugin::Configuration Configure()
|
||||
zeek::plugin::Configuration Configure() override
|
||||
{
|
||||
AddComponent(new zeek::packet_analysis::Component(
|
||||
"Root", zeek::packet_analysis::Root::RootAnalyzer::Instantiate));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue