Moving all analyzers over to new structure.

This is a checkpoint, it works but there's more cleanup to do. TODOs in
src/analyzer/protocols/TODO.
This commit is contained in:
Robin Sommer 2013-04-16 16:07:20 -07:00
parent 56edef1646
commit dfc4cb0881
250 changed files with 1095 additions and 470 deletions

View file

@ -0,0 +1,10 @@
#include "plugin/Plugin.h"
#include "GTPv1.h"
BRO_PLUGIN_BEGIN(GTPV1)
BRO_PLUGIN_DESCRIPTION("GTPv1 Analyzer");
BRO_PLUGIN_ANALYZER("GTPV1", GTPv1_Analyzer::InstantiateAnalyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_END