mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Moving all analyzers over to new structure.
This is a checkpoint, it works but there's more cleanup to do. TODOs in src/analyzer/protocols/TODO.
This commit is contained in:
parent
56edef1646
commit
dfc4cb0881
250 changed files with 1095 additions and 470 deletions
|
@ -17,15 +17,48 @@ rest_target(${psd} base/init-default.bro internal)
|
|||
rest_target(${psd} base/init-bare.bro internal)
|
||||
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/analyzer.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ayiya/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/backdoor/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/bittorrent/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/conn-size/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/dce-rpc/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/dhcp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/dns/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/file/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/finger/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ftp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/gnutella/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/gtpv1/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/http/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/http/functions.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/icmp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ident/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/interconn/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/irc/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/login/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/modbus/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ncp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/netbios-ssn/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ntp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/pia/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/pop3/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/rpc/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/smb/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/smtp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/socks/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ssh/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/ssl/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/stepping-stone/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/syslog/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/tcp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/teredo/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/udp/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/analyzer/protocols/zip/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/bro.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/const.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/event.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/input.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/logging.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/protocols/http/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/protocols/http/functions.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/protocols/ssl/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/protocols/syslog/events.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/reporter.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/strings.bif.bro)
|
||||
rest_target(${CMAKE_BINARY_DIR}/src base/types.bif.bro)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue