mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixed most of the tests after the script reorganization.
This commit is contained in:
parent
492d93cd8d
commit
0332a06012
48 changed files with 151 additions and 139 deletions
|
@ -19,28 +19,31 @@ rest_target(${CMAKE_BINARY_DIR}/src strings.bif.bro)
|
|||
rest_target(${CMAKE_BINARY_DIR}/src types.bif.bro)
|
||||
|
||||
rest_target(${psd} bro.init)
|
||||
rest_target(${psd} functions.bro)
|
||||
rest_target(${psd} site.bro)
|
||||
|
||||
rest_target(${psd} detectors/http-MHR.bro)
|
||||
rest_target(${psd} frameworks/cluster/base/main.bro)
|
||||
rest_target(${psd} frameworks/cluster/base/node/manager.bro)
|
||||
rest_target(${psd} frameworks/cluster/base/node/proxy.bro)
|
||||
rest_target(${psd} frameworks/cluster/base/node/worker.bro)
|
||||
rest_target(${psd} frameworks/cluster/base/setup-connections.bro)
|
||||
|
||||
rest_target(${psd} frameworks/communication/base.bro)
|
||||
rest_target(${psd} frameworks/communication/base/main.bro)
|
||||
rest_target(${psd} frameworks/communication/listen-clear.bro)
|
||||
rest_target(${psd} frameworks/communication/listen-ssl.bro)
|
||||
|
||||
rest_target(${psd} frameworks/dpd/base.bro)
|
||||
rest_target(${psd} frameworks/dpd/base/main.bro)
|
||||
rest_target(${psd} frameworks/dpd/packet-segment-logging.bro)
|
||||
rest_target(${psd} frameworks/dpd/detect-protocols.bro)
|
||||
|
||||
rest_target(${psd} frameworks/intel/base.bro)
|
||||
|
||||
rest_target(${psd} frameworks/logging/base.bro)
|
||||
rest_target(${psd} frameworks/logging/plugins/ascii.bro)
|
||||
|
||||
rest_target(${psd} frameworks/metrics/base.bro)
|
||||
rest_target(${psd} frameworks/metrics/base/main.bro)
|
||||
rest_target(${psd} frameworks/metrics/conn-example.bro)
|
||||
rest_target(${psd} frameworks/metrics/http-example.bro)
|
||||
|
||||
rest_target(${psd} frameworks/notice/action-filters.bro)
|
||||
rest_target(${psd} frameworks/notice/base.bro)
|
||||
rest_target(${psd} frameworks/notice/weird.bro)
|
||||
|
||||
|
@ -49,23 +52,25 @@ rest_target(${psd} frameworks/packet-filter/netstats.bro)
|
|||
|
||||
rest_target(${psd} frameworks/signatures/base.bro)
|
||||
|
||||
rest_target(${psd} frameworks/software/base.bro)
|
||||
rest_target(${psd} frameworks/software/base/main.bro)
|
||||
rest_target(${psd} frameworks/software/vulnerable.bro)
|
||||
|
||||
rest_target(${psd} integration/barnyard2/base.bro)
|
||||
rest_target(${psd} integration/barnyard2/event.bro)
|
||||
rest_target(${psd} integration/barnyard2/types.bro)
|
||||
|
||||
rest_target(${psd} protocols/conn/base.bro)
|
||||
rest_target(${psd} protocols/conn/contents.bro)
|
||||
rest_target(${psd} protocols/conn/inactivity.bro)
|
||||
rest_target(${psd} protocols/conn/known-hosts.bro)
|
||||
rest_target(${psd} protocols/conn/known-services.bro)
|
||||
rest_target(${psd} misc/loaded-scripts.bro)
|
||||
|
||||
rest_target(${psd} protocols/conn/base/main.bro)
|
||||
rest_target(${psd} protocols/conn/base/contents.bro)
|
||||
rest_target(${psd} protocols/conn/base/inactivity.bro)
|
||||
rest_target(${psd} protocols/conn/base/known-hosts.bro)
|
||||
rest_target(${psd} protocols/conn/base/known-services.bro)
|
||||
|
||||
rest_target(${psd} protocols/dns/base/main.bro)
|
||||
rest_target(${psd} protocols/dns/base/consts.bro)
|
||||
rest_target(${psd} protocols/dns/base/detect.bro)
|
||||
rest_target(${psd} protocols/dns/auth-addl.bro)
|
||||
rest_target(${psd} protocols/dns/base.bro)
|
||||
rest_target(${psd} protocols/dns/consts.bro)
|
||||
rest_target(${psd} protocols/dns/detect.bro)
|
||||
|
||||
rest_target(${psd} protocols/ftp/base.bro)
|
||||
rest_target(${psd} protocols/ftp/detect.bro)
|
||||
|
@ -73,16 +78,17 @@ rest_target(${psd} protocols/ftp/file-extract.bro)
|
|||
rest_target(${psd} protocols/ftp/software.bro)
|
||||
rest_target(${psd} protocols/ftp/utils-commands.bro)
|
||||
|
||||
rest_target(${psd} protocols/http/base.bro)
|
||||
rest_target(${psd} protocols/http/detect-intel.bro)
|
||||
rest_target(${psd} protocols/http/detect-sqli.bro)
|
||||
rest_target(${psd} protocols/http/detect-webapps.bro)
|
||||
rest_target(${psd} protocols/http/file-extract.bro)
|
||||
rest_target(${psd} protocols/http/file-hash.bro)
|
||||
rest_target(${psd} protocols/http/file-ident.bro)
|
||||
rest_target(${psd} protocols/http/base/main.bro)
|
||||
rest_target(${psd} protocols/http/base/detect-intel.bro)
|
||||
rest_target(${psd} protocols/http/base/detect-sqli.bro)
|
||||
rest_target(${psd} protocols/http/base/file-extract.bro)
|
||||
rest_target(${psd} protocols/http/base/file-hash.bro)
|
||||
rest_target(${psd} protocols/http/base/file-ident.bro)
|
||||
rest_target(${psd} protocols/http/base/software.bro)
|
||||
rest_target(${psd} protocols/http/base/utils.bro)
|
||||
|
||||
rest_target(${psd} protocols/http/headers.bro)
|
||||
rest_target(${psd} protocols/http/software.bro)
|
||||
rest_target(${psd} protocols/http/utils.bro)
|
||||
rest_target(${psd} protocols/http/detect-webapps.bro)
|
||||
rest_target(${psd} protocols/http/var-extraction-cookies.bro)
|
||||
rest_target(${psd} protocols/http/var-extraction-uri.bro)
|
||||
|
||||
|
@ -96,9 +102,9 @@ rest_target(${psd} protocols/mime/file-ident.bro)
|
|||
|
||||
rest_target(${psd} protocols/rpc/base.bro)
|
||||
|
||||
rest_target(${psd} protocols/smtp/base.bro)
|
||||
rest_target(${psd} protocols/smtp/detect.bro)
|
||||
rest_target(${psd} protocols/smtp/software.bro)
|
||||
rest_target(${psd} protocols/smtp/base/main.bro)
|
||||
rest_target(${psd} protocols/smtp/base/detect.bro)
|
||||
rest_target(${psd} protocols/smtp/base/software.bro)
|
||||
|
||||
rest_target(${psd} protocols/ssh/base.bro)
|
||||
rest_target(${psd} protocols/ssh/software.bro)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue