mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Kerberos analyzer
This commit is contained in:
parent
3cea6ab1eb
commit
ca55d203cb
16 changed files with 1432 additions and 0 deletions
11
src/analyzer/protocol/krb/Plugin.cc
Normal file
11
src/analyzer/protocol/krb/Plugin.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
#include "plugin/Plugin.h"
|
||||
|
||||
#include "KRB.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(Bro, KRB)
|
||||
BRO_PLUGIN_DESCRIPTION("Kerberos analyzer");
|
||||
BRO_PLUGIN_ANALYZER("KRB", krb::KRB_Analyzer);
|
||||
BRO_PLUGIN_BIF_FILE(types);
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
BRO_PLUGIN_END
|
Loading…
Add table
Add a link
Reference in a new issue