Windows上使用Wireshark抓取Linux系统网络通信数据
from--https://blog.csdn.net/ayang1986/article/details/107674337 Wireshark 可以实现本地抓包,同时Wireshark也支持remote packet capture protocol(rpcapd)协议远程抓包,只要在远程主机上安装相应的rpcapd服务例程就可以实现在本地电脑执行Wireshark 捕获远程电脑的网络通信数据了。 Linux系统安装运行rpcapd 首先下载源代码包:git clone https://github.com/rpcapd-linux/rpcapd-linux.git 在Ubuntu 系统编译安装 1sudo apt-get build-dep libpcap 2cd rpcapd/libpcap…