查找出来网卡的名字tcp
tcpdump -i 网卡名称 -Xvnn dst port 端口号数据
例如: tcpdump -i eth0 -Xvnn dst port 8015端口
tcpdump -i eth0 -Xvnn src port 8015co