mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-323: change builtin plugin namespaces to Zeek
This commit is contained in:
parent
e0f9b0829e
commit
5331bf10ec
148 changed files with 830 additions and 827 deletions
|
@ -3,7 +3,7 @@ include(ZeekPlugin)
|
|||
|
||||
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
zeek_plugin_begin(Bro SQLiteReader)
|
||||
zeek_plugin_begin(Zeek SQLiteReader)
|
||||
zeek_plugin_cc(SQLite.cc Plugin.cc)
|
||||
zeek_plugin_bif(sqlite.bif)
|
||||
zeek_plugin_end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue