Debian Dumpcap支持的过滤器包括:
src host 1.1.1.1dst host 2.2.2.2src port 5000dst port 80tcp、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您可以使用这些过滤器来指定抓包的特定条件。