Unifying analyzer names and descriptions.

This commit is contained in:
Robin Sommer 2013-04-19 15:58:13 -07:00
parent 4bc2ba60c9
commit da696c4b24
36 changed files with 49 additions and 49 deletions

View file

@ -4,7 +4,7 @@
#include "./File.h"
BRO_PLUGIN_BEGIN(File)
BRO_PLUGIN_DESCRIPTION("Generic File Analyzer");
BRO_PLUGIN_DESCRIPTION("Generic file analyzer");
BRO_PLUGIN_ANALYZER("File", file::File_Analyzer);
BRO_PLUGIN_BIF_FILE(events);
BRO_PLUGIN_END