zeek/scripts/base/frameworks/intel/__load__.bro
2012-09-27 13:39:48 -04:00

8 lines
No EOL
156 B
Text

@load ./main
@load ./input
# The cluster framework must be loaded first.
@load base/frameworks/cluster
@if ( Cluster::is_enabled() )
@load ./cluster
@endif