mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +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_Null
|
||||
{
|
||||
|
||||
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(
|
||||
"Null", zeek::packet_analysis::Null::NullAnalyzer::Instantiate));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue