Monday, 2 September 2013

How to capture packets in localhost between two ports

How to capture packets in localhost between two ports

I have two applications communicating on same machine (localhost) using
socket. If application are on different machine I can use Wireshark. But
how to capture packets on same machine.
I do not know on which port number application are communicating. Because
I am using library calls and do not know lower level details.

No comments:

Post a Comment