How To Trace Win32 Socket Calls and Requests

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-24T06:30:46Z Indexed on 2010/03/24 6:33 UTC
Read the original article Hit count: 522

Filed under:
|
|
|

How can I effectively trace the raw data sent to my socket server listening on a win32 machine? I want the trace to be specific to the port my server is listening on, so I can monitor only that traffic.

I want to see how the data exchange works on the wire.

© Stack Overflow or respective owner

Related posts about trace

Related posts about socket