Moving src/protocols to src/analyzer/protocols.

This is for consistency with where readers/writers are located: inside
the subdirectories of the corresponding code.
This commit is contained in:
Robin Sommer 2013-04-16 14:29:11 -07:00
parent e6eddbd918
commit 7a95f5322c
27 changed files with 4 additions and 3 deletions

View file

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