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.