Wireshark查看网络通讯数据包 技术 2018-09-05 过滤条件窗口输入 目标主机的IP和Port组合条件即可,如下 1 (ip.dst == 127.0.0.1 and tcp.dstport == 9090) or (ip.src == 127.0.0.1 and tcp.srcport == 9090) 关于localhost通讯抓包 要求卸载winpcap 安装npcap 效果如图 Wireshark录取自定义报文的方法