zeek/src/analyzer/protocol/teredo/Plugin.cc
Robin Sommer 8752870967 Fixing cmake dependencies and "make {install,clean}"
Also includes a bunch of cleanup.
2013-05-16 15:23:23 -07:00

10 lines
226 B
C++

#include "plugin/Plugin.h"
#include "Teredo.h"
BRO_PLUGIN_BEGIN(Bro, Teredo)
BRO_PLUGIN_DESCRIPTION("Teredo analyzer");
BRO_PLUGIN_ANALYZER("Teredo", teredo::Teredo_Analyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_END