I'm using Wireshark to sniff some HTTP traffic (Fiddler won't do because my app doesn't use a proxy).
I'd like to move from the "packet view" into views of the entire HTTP sessions - all of the sessions, not just one of them.
Is there something like "Follow TCP Stream" that isn't limited to a single TCP connection?
(Desired output is basically a series of HTTP requests / responses - I'm only interested in the text of the response)