zeek/src/analyzer/protocol/ncp/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

11 lines
254 B
C++

#include "plugin/Plugin.h"
#include "NCP.h"
BRO_PLUGIN_BEGIN(Bro, NCP)
BRO_PLUGIN_DESCRIPTION("NCP analyzer");
BRO_PLUGIN_ANALYZER("NCP", ncp::NCP_Analyzer);
BRO_PLUGIN_SUPPORT_ANALYZER("Contents_NCP");
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_END