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:
Robin Sommer 2015-04-21 11:17:53 -07:00
commit 9911993c6f
28 changed files with 538 additions and 1449 deletions

View file

@ -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";