Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to "follow http stream" for single line in wireshark?

I'm using wireshark to capture network traffic ( http).

Current filter is :

ip.dst== 192.168.11.210 and http and ip.src==192.168.50.75

I already see the filtered http request and response:

enter image description here

I want to see the (HTTP) request and response ,
So I was told to "follow tcp/http stream".

And so I did - right click on the last row :

enter image description here

But the problem is that I see all the Http requests (not only the one I selected):

enter image description here

Question:

How can I see the http request only for the selected row ?

How to "follow http stream" for single line in wireshark?

I'm using wireshark to capture network traffic ( http).

Current filter is :

ip.dst== 192.168.11.210 and http and ip.src==192.168.50.75

I already see the filtered http request and response:

enter image description here

I want to see the (HTTP) request and response ,
So I was told to "follow tcp/http stream".

And so I did - right click on the last row :

enter image description here

But the problem is that I see all the Http requests (not only the one I selected):

enter image description here

Question:

How can I see the http request only for the selected row ?