How To: do network sniffing on Vista?

L

Lloyd Dupont

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/CSNetworkSniffer.aspx

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???
 
J

Jeroen Mostert

Lloyd said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top