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:
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 :
But the problem is that I see all the Http requests (not only the one I selected):
Question:
How can I see the http request only for the selected row ?