一、Wireshark是免费开源软件项目,用GPL协议发行。https://www.wireshark.org/download.html
Wireshark是一个网络数据包分析软件。使用WinPCAP作为接口,直接与网卡进行数据报文交换。
二、安装过程会需要提示安装npcap(监控本机互相发送的数据),选择安装,功能全选。
三、选择所要监控的网络
四、过滤和抓包到的数据
tcp and ip.src==192.168.40.1 and tcp.port==10014 and tcp.len>0