mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
20 lines
569 B
Text
20 lines
569 B
Text
@load test-all-policy.zeek
|
|
|
|
# Scripts which are commented out in test-all-policy.zeek.
|
|
@load protocols/ssl/decryption.zeek
|
|
@load protocols/ssl/notary.zeek
|
|
@load frameworks/control/controllee.zeek
|
|
@load frameworks/control/controller.zeek
|
|
@load frameworks/cluster/agent/main.zeek
|
|
@load frameworks/cluster/controller/main.zeek
|
|
@load frameworks/files/extract-all-files.zeek
|
|
@load policy/misc/dump-events.zeek
|
|
@load policy/protocols/conn/speculative-service.zeek
|
|
@load policy/protocols/ssl/extract-certs-pem.zeek
|
|
|
|
@load ./example.zeek
|
|
|
|
event zeek_init()
|
|
{
|
|
terminate();
|
|
}
|