vote up 0 vote down star

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

flag

67% accept rate
Sure you are :-) – csl Oct 10 at 20:06

2 Answers

vote up 3 vote down check

SharpPCap

link|flag
+1, I've used SharpPcap before and it really is an awesome library. – Ian Kemp Oct 10 at 21:04
vote up 1 vote down

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

link|flag
Which is exactly what SharpPcap does for you :). – Ian Kemp Oct 10 at 21:03
Did not know about this lib, thanx. – AlexKR Oct 10 at 21:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.