Debian Dumpcap支持的過濾器包括:
src host 1.1.1.1
dst host 2.2.2.2
src port 5000
dst port 80
tcp
、udp
、ip
(對于IPv4)或ip6
(對于IPv6)src host 1.1.1.1 and src port 5000 and dst host 2.2.2.2 and dst port 80 and udp
(src host 1.1.1.1 or src host 2.2.2.2) and src port 5000
您可以使用這些過濾器來指定抓包的特定條件。