views:

83

answers:

3

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

A: 

You can use winpcap library. Just create a wrapper in .NET for the unmanaged code.

AlexKR
Which is exactly what SharpPcap does for you :).
Ian Kemp
Did not know about this lib, thanx.
AlexKR
+2  A: 

SharpPCap

devoured elysium
+1, I've used SharpPcap before and it really is an awesome library.
Ian Kemp
A: 

You can also try Pcap.Net.

brickner