mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Fixing cmake dependencies and "make {install,clean}"
Also includes a bunch of cleanup.
This commit is contained in:
parent
10dc8b9279
commit
8752870967
86 changed files with 130 additions and 116 deletions
|
@ -3,7 +3,7 @@ include(BroPlugin)
|
|||
|
||||
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
bro_plugin_begin(SSH)
|
||||
bro_plugin_begin(Bro SSH)
|
||||
bro_plugin_cc(SSH.cc Plugin.cc)
|
||||
bro_plugin_bif(events.bif)
|
||||
bro_plugin_end()
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "SSH.h"
|
||||
|
||||
BRO_PLUGIN_BEGIN(SSH)
|
||||
BRO_PLUGIN_BEGIN(Bro, SSH)
|
||||
BRO_PLUGIN_DESCRIPTION("SSH analyzer");
|
||||
BRO_PLUGIN_ANALYZER("SSH", ssh::SSH_Analyzer);
|
||||
BRO_PLUGIN_BIF_FILE(events);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue