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
您可以使用这些过滤器来指定抓包的特定条件。