TCP sniffer
Hello,
Is there any way to look at what is being sent/received over the network by an application? I am building a web service and it's client, and I would like to see exactly what they are sending and receiving over the wire with something outside of visual studio.
Thanks a lot
You can use any sniffing tool, if your machine is part of a domain in a connected network, you can easily add the component of the Network admin tool that is included in the Windows Server. Else, you can use:
http://www.ethereal.com/
http://www.winpcap.org/windump/default.htmYou can monitor the network and filter the results according to your needs.
Also, you can enable the tracing of the web service, logging in the web service from the web server "IIS". Many tools you can use it.
Huh, another idea! try to use local proxy. For example, Paros. Try to Google it!
Think of it as you're hacking your web site! lol