[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

How To: do network sniffing on Vista?

Lloyd Dupont

6/20/2008 12:01:00 AM

I am trying to implement some UDP based network communication protocol.
It's error prone a a network sniffer will greatly help me understand wha't
going on (sometimes I don't get any messages...)

I found this one which (unfortunately) works only on XP:
http://www.codeproject.com/KB/IP/CSNetworkSn...

Thanks to it I was able to make my project go as far as receiving
meaningfull server answer on XP.
However on Vista the server doesn't seems to answer me :(
(UDP being disconnected it's hard to know what's going on...)

Anyway, any tips on how to do packet sniffing on Vista???

2 Answers

Jeroen Mostert

6/20/2008 12:33:00 AM

0

Lloyd Dupont wrote:
> I am trying to implement some UDP based network communication protocol.
> It's error prone a a network sniffer will greatly help me understand
> wha't going on (sometimes I don't get any messages...)
>
Wireshark should run fine, as long as you run it with elevated privileges.

--
J.
http://symbolsprose.bl...

Lloyd Dupont

6/20/2008 10:08:00 AM

0

Yeah, I found that one out, it's great!
Thanks.

"Jeroen Mostert" <jmostert@xs4all.nl> wrote in message
news:485afac2$0$14352$e4fe514c@news.xs4all.nl...
> Lloyd Dupont wrote:
>> I am trying to implement some UDP based network communication protocol.
>> It's error prone a a network sniffer will greatly help me understand
>> wha't going on (sometimes I don't get any messages...)
>>
> Wireshark should run fine, as long as you run it with elevated privileges.
>
> --
> J.
> http://symbolsprose.bl...