mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
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:
parent
e6eddbd918
commit
7a95f5322c
27 changed files with 4 additions and 3 deletions
10
src/analyzer/protocols/ssl/Plugin.cc
Normal file
10
src/analyzer/protocols/ssl/Plugin.cc
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue