mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08: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
|
@ -162,7 +162,6 @@ binpac_target(modbus.pac
|
|||
set(bro_PLUGIN_OBJECT_LIBS CACHE INTERNAL "plugin object libraries" FORCE)
|
||||
|
||||
add_subdirectory(analyzer)
|
||||
add_subdirectory(protocols)
|
||||
|
||||
set(bro_SUBDIRS
|
||||
$<TARGET_OBJECTS:bro_analyzer>
|
||||
|
@ -392,7 +391,7 @@ set(bro_SRCS
|
|||
plugin/Manager.cc
|
||||
plugin/Plugin.cc
|
||||
|
||||
protocols/BuiltInAnalyzers.cc
|
||||
analyzer/protocols/BuiltInAnalyzers.cc
|
||||
|
||||
nb_dns.c
|
||||
digest.h
|
||||
|
|
|
@ -4,6 +4,8 @@ include_directories(BEFORE
|
|||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
)
|
||||
|
||||
add_subdirectory(protocols)
|
||||
|
||||
set(analyzer_SRCS
|
||||
Analyzer.cc
|
||||
Manager.cc
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include "BuiltInAnalyzers.h"
|
||||
#include "analyzer/Component.h"
|
||||
|
||||
#include "../binpac_bro.h"
|
||||
#include "../../binpac_bro.h"
|
||||
|
||||
#include "AYIYA.h"
|
||||
#include "BackDoor.h"
|
Loading…
Add table
Add a link
Reference in a new issue