Is there any easy way to follow more than one TCP stream? The 'Follow TCP Stream' will decode the data asociated with a single stream, and display by itself. However I have cases where data is effectively multiplexed over multiple TCP connections, and where I'd like to arrange all the data chronologically. I can - of course - try to view each stream and correlate against packet times, but this isn't as easy and is prone to user error. asked 02 Aug '11, 05:02 cbz |
One Answer:
How about this? answered 02 Aug '11, 06:02 cmaynard ♦♦ |