Windows 7: sniff TCP sockets to localhost

xin*_*001 5 windows networking tcp localhost

I want to capture and analyze TCP communication data between two applications running on local host, which is running Windows 7 OS. I try to use Wireshark, but Wireshark could not capture the data, it seems just monitor the data in/out the network interface.

Could you introduce some useful tools to monitor the local TCP data easily.

Mik*_*ton 4

wireshark 不起作用的原因是嗅探器依赖于网络驱动程序堆栈,而 Windows 不会localhost通过它公开调用。

您应该使用Socket Sniffer,它会查看 Winsock 调用并监视网络套接字;下载链接位于页面底部。