zeek/scripts/zeekygen/__load__.zeek
2019-05-02 21:39:21 -07:00

15 lines
343 B
Text

@load test-all-policy.zeek
# Scripts which are commented out in test-all-policy.zeek.
@load protocols/ssl/notary.zeek
@load frameworks/control/controllee.zeek
@load frameworks/control/controller.zeek
@load frameworks/files/extract-all-files.zeek
@load policy/misc/dump-events.zeek
@load ./example.zeek
event zeek_init()
{
terminate();
}