mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This is a first "real" implementation of a custom tuple, adding additional fields over the standard five-tuple. Includes test cases.
43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
@load test-all-policy.zeek
|
|
|
|
# Scripts which are commented out in test-all-policy.zeek.
|
|
@load frameworks/analyzer/deprecated-dpd-log.zeek
|
|
@load frameworks/conn_key/vlan_fivetuple.zeek
|
|
|
|
# Remove in v8.1: replaced by frameworks/analyzer/detect-protocols.zeek
|
|
@pragma push ignore-deprecations
|
|
@load frameworks/dpd/detect-protocols.zeek
|
|
@pragma pop ignore-deprecations
|
|
|
|
@load protocols/ssl/decryption.zeek
|
|
@ifdef ( Cluster::CLUSTER_BACKEND_ZEROMQ )
|
|
@load frameworks/cluster/backend/zeromq/connect.zeek
|
|
@endif
|
|
@load frameworks/cluster/nodes-experimental/manager.zeek
|
|
@load frameworks/control/controllee.zeek
|
|
@load frameworks/control/controller.zeek
|
|
|
|
# Remove in v8.1: replaced by frameworks/analyzer/packet-segment-logging.zeek
|
|
@pragma push ignore-deprecations
|
|
@load frameworks/dpd/packet-segment-logging.zeek
|
|
@pragma pop ignore-deprecations
|
|
|
|
@load frameworks/management/agent/main.zeek
|
|
@load frameworks/management/controller/main.zeek
|
|
@load frameworks/management/node/__load__.zeek
|
|
@load frameworks/management/node/main.zeek
|
|
@load frameworks/files/extract-all-files.zeek
|
|
@load frameworks/signatures/iso-9660.zeek
|
|
@load policy/misc/dump-events.zeek
|
|
@load policy/protocols/conn/speculative-service.zeek
|
|
|
|
# Remove in v8.1: This script is deprecated and conflicts with detect-sql-injection.zeek
|
|
# @load policy/protocols/http/detect-sqli.zeek
|
|
|
|
@if ( have_spicy() )
|
|
# Loading this messes up documentation of some elements defined elsewhere.
|
|
# @load frameworks/spicy/record-spicy-batch.zeek
|
|
@load frameworks/spicy/resource-usage.zeek
|
|
@endif
|
|
|
|
@load ./example.zeek
|