Rename analyzer/protocols -> analyzer/protocol

This commit is contained in:
Robin Sommer 2013-04-19 15:50:57 -07:00
parent f7a10d915b
commit 4bc2ba60c9
279 changed files with 114 additions and 116 deletions

View file

@ -0,0 +1,10 @@
#include "plugin/Plugin.h"
#include "./File.h"
BRO_PLUGIN_BEGIN(File)
BRO_PLUGIN_DESCRIPTION("Generic File Analyzer");
BRO_PLUGIN_ANALYZER("File", file::File_Analyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_END