Adding separate Plugin.cc for HTTP analyzer for consistency.

This commit is contained in:
Robin Sommer 2013-04-16 14:43:20 -07:00
parent 7a95f5322c
commit a191eed7db
3 changed files with 11 additions and 10 deletions

View file

@ -13,15 +13,6 @@
#include "Event.h"
#include "MIME.h"
#include "plugin/Plugin.h"
BRO_PLUGIN_BEGIN(HTTP)
BRO_PLUGIN_DESCRIPTION("HTTP Analyzer");
BRO_PLUGIN_ANALYZER("HTTP", HTTP_Analyzer::InstantiateAnalyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_BIF_FILE(functions);
BRO_PLUGIN_END
const bool DEBUG_http = false;
// The EXPECT_*_NOTHING states are used to prevent further parsing. Used if a