mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +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
|
@ -5,7 +5,7 @@
|
|||
#include "KRB_TCP.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Bro_KRB {
|
||||
namespace Zeek_KRB {
|
||||
class Plugin : public plugin::Plugin {
|
||||
public:
|
||||
plugin::Configuration Configure()
|
||||
|
@ -13,7 +13,7 @@ namespace plugin {
|
|||
AddComponent(new ::analyzer::Component("KRB", ::analyzer::krb::KRB_Analyzer::Instantiate));
|
||||
AddComponent(new ::analyzer::Component("KRB_TCP", ::analyzer::krb_tcp::KRB_Analyzer::Instantiate));
|
||||
plugin::Configuration config;
|
||||
config.name = "Bro::KRB";
|
||||
config.name = "Zeek::KRB";
|
||||
config.description = "Kerberos analyzer";
|
||||
return config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue