Kerberos analyzer

This commit is contained in:
Vlad Grigorescu 2014-07-24 16:01:58 -04:00
parent 3cea6ab1eb
commit ca55d203cb
16 changed files with 1432 additions and 0 deletions

View 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