mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
GH-323: change builtin plugin namespaces to Zeek
This commit is contained in:
parent
e0f9b0829e
commit
5331bf10ec
148 changed files with 830 additions and 827 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "IMAP.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Bro_IMAP {
|
||||
namespace Zeek_IMAP {
|
||||
|
||||
class Plugin : public plugin::Plugin {
|
||||
public:
|
||||
|
@ -12,7 +12,7 @@ public:
|
|||
AddComponent(new ::analyzer::Component("IMAP", ::analyzer::imap::IMAP_Analyzer::Instantiate));
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Bro::IMAP";
|
||||
config.name = "Zeek::IMAP";
|
||||
config.description = "IMAP analyzer (StartTLS only)";
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue