sockets sniffer
Does someone know 开发者_开发知识库of a good .Net socket sniffer? I'm trying to build an IM sniffer that can show the Unicode chars correctly.
TY
SharpPCap
You can use winpcap library. Just create a wrapper in .NET for the unmanaged code.
You can also try Pcap.Net.
精彩评论