Monitoring application traffic

C

Curious

Hi,

I have a client application, that connects to a server on some other
unknown pc. Now, I would like to monitor the client application to
check what commands are being communicated between the two
applications, inorder to create a new personal client application.

Does their exist some application that can monitor data that is being
transmitted by a particular application.


Thanks in Advance
 
I

Ignacio Machin \( .NET/ C# MVP \)

Can you modify the client app?

If not you will need a sniffer. Dont know if you can do this from the
framework, I bet that at least some p/invoke is needed.

take a look at codeproject.com and/or gotdotnet.com you may find there code
for this.
 

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