mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Pushing out the new NTLM and GSSAPI analyzers.
I accidentally left these out of the previous commit.
This commit is contained in:
parent
5b5589e167
commit
d6e01b7769
18 changed files with 894 additions and 0 deletions
15
src/analyzer/protocol/gssapi/CMakeLists.txt
Normal file
15
src/analyzer/protocol/gssapi/CMakeLists.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
include(BroPlugin)
|
||||
|
||||
include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
bro_plugin_begin(Bro GSSAPI)
|
||||
bro_plugin_cc(GSSAPI.cc Plugin.cc)
|
||||
bro_plugin_bif(types.bif events.bif)
|
||||
bro_plugin_pac(
|
||||
gssapi.pac
|
||||
gssapi-protocol.pac
|
||||
gssapi-analyzer.pac
|
||||
)
|
||||
bro_plugin_end()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue