mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
17 lines
412 B
YAML
17 lines
412 B
YAML
bpf:
|
|
pcap:
|
|
description: List of BPF filters to apply to PCAP.
|
|
multiline: True
|
|
forcedType: "[]string"
|
|
helpLink: bpf.html
|
|
suricata:
|
|
description: List of BPF filters to apply to Suricata.
|
|
multiline: True
|
|
forcedType: "[]string"
|
|
helpLink: bpf.html
|
|
zeek:
|
|
description: List of BPF filters to apply to Zeek.
|
|
multiline: True
|
|
forcedType: "[]string"
|
|
helpLink: bpf.html
|