mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Move all base analyzer classes to zeek::analyzer namespace
This commit is contained in:
parent
87054d9d6b
commit
9400b863ea
171 changed files with 516 additions and 486 deletions
|
@ -11,8 +11,8 @@ class Plugin : public zeek::plugin::Plugin {
|
|||
public:
|
||||
zeek::plugin::Configuration Configure() override
|
||||
{
|
||||
AddComponent(new ::analyzer::Component("FTP", ::analyzer::ftp::FTP_Analyzer::Instantiate));
|
||||
AddComponent(new ::analyzer::Component("FTP_ADAT", nullptr));
|
||||
AddComponent(new zeek::analyzer::Component("FTP", ::analyzer::ftp::FTP_Analyzer::Instantiate));
|
||||
AddComponent(new zeek::analyzer::Component("FTP_ADAT", nullptr));
|
||||
|
||||
zeek::plugin::Configuration config;
|
||||
config.name = "Zeek::FTP";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue