|
Prev: How to determine if a property is inherited or not using reflection?
Next: Serialising/Deserialising subclass to base class
From: Lloyd Dupont on 19 Jun 2008 20:00 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???
From: Jeroen Mostert on 19 Jun 2008 20:33 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.blogspot.com
From: Lloyd Dupont on 20 Jun 2008 06:08
Yeah, I found that one out, it's great! Thanks. "Jeroen Mostert" <jmostert(a)xs4all.nl> wrote in message news:485afac2$0$14352$e4fe514c(a)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.blogspot.com |