hi,
i often need only tcp connections listed (not each packet, but each connection), so i use
following filter:
tcp.port eq 80 and tcp.flags.syn eq 1 and tcp.flags.ack eq 0
to view the connections i right click on them and use "follow tcp stream" but whenever i do that
my filter string gets replaced by a filter to show the packets of this tcp stream, which is very annoying.
How can i deactivate this behaviour? or is there any other way to get a connection overview
(in the best case with a state (open,close))
regards,
Markus