mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Merge remote-tracking branch 'origin/topic/vladg/kerberos'
* origin/topic/vladg/kerberos: Fix doc on krb_cred Update the KRB tests a bit.
This commit is contained in:
commit
9911993c6f
28 changed files with 538 additions and 1449 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "plugin/Plugin.h"
|
||||
#include "KRB.h"
|
||||
#include "KRB_TCP.h"
|
||||
|
||||
namespace plugin {
|
||||
namespace Bro_KRB {
|
||||
|
@ -10,6 +11,7 @@ namespace plugin {
|
|||
plugin::Configuration Configure()
|
||||
{
|
||||
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.description = "Kerberos analyzer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue