wireshark filter

来源:互联网 发布:php处理图片上传 编辑:程序博客网 时间:2024/05/16 17:56
(ip.src == 172.16.157.4 && ip.dst == 172.16.157.6) || (ip.src == 172.16.157.6 && ip.dst == 172.16.157.4)
0 0