This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to show the response TCP packet for a request

0

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's gravatar image

Ypro
6112
accept rate: 0%

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.

(08 May '17, 07:57) cmaynard ♦♦