抓取端口的数据包:

tcpdump -i ens66 -nn tcp port 80

抓取ip到ip的数据包:

tcpdump -i ens192 -nn tcp and src 192.168.199.183 and dst host 192.168.199.194