mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Rename analyzer/protocols -> analyzer/protocol
This commit is contained in:
parent
f7a10d915b
commit
4bc2ba60c9
279 changed files with 114 additions and 116 deletions
14
src/analyzer/protocol/tcp/Plugin.cc
Normal file
14
src/analyzer/protocol/tcp/Plugin.cc
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
#include "plugin/Plugin.h"
|
||||
|
||||
#include "TCP.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(TCP)
|
||||
BRO_PLUGIN_DESCRIPTION("TCP Analyzer");
|
||||
BRO_PLUGIN_ANALYZER("TCP", tcp::TCP_Analyzer);
|
||||
BRO_PLUGIN_ANALYZER("TCPStats", tcp::TCPStats_Analyzer);
|
||||
BRO_PLUGIN_SUPPORT_ANALYZER("ContentLine");
|
||||
BRO_PLUGIN_SUPPORT_ANALYZER("Contents");
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
BRO_PLUGIN_BIF_FILE(functions);
|
||||
BRO_PLUGIN_END
|
Loading…
Add table
Add a link
Reference in a new issue