mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Unifying analyzer names and descriptions.
This commit is contained in:
parent
4bc2ba60c9
commit
da696c4b24
36 changed files with 49 additions and 49 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "SSL.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(SSL)
|
||||
BRO_PLUGIN_DESCRIPTION("SSL Analyzer");
|
||||
BRO_PLUGIN_DESCRIPTION("SSL analyzer");
|
||||
BRO_PLUGIN_ANALYZER("SSL", ssl::SSL_Analyzer);
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
BRO_PLUGIN_BIF_FILE(functions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue