Hi, is there any way to display only packets related to a request packet from client. Here is an example, Clients makes a new TCP request via established TCP session, sending all data like ack, syn numbers .... How can I display only packets that are sent in response to the client's request packet ? Thanks asked 08 May '17, 01:45 Ypro |
If you right-click on the request packet in the packet list pane and choose either "Follow -> TCP Stream" or "Conversation filter -> TCP", does either of those give you the results you're after? If not, please elaborate further.