zeek/scripts/base/frameworks/intel/__load__.bro

9 lines
158 B
Text

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