Use Zeek BPF Filter IPv6 Addresses
Zeek provides the packet-filter framework to allow filtering out network packets by BPF expressions.
There are quite a few examples online, for example 1 and 2, to demonstrate the capability. However, most examples show only ipv4 addresses.
What happen if tries to filter ipv6 addresses?