Re: [Wireshark-users] Right-click and open a tcp stream in a new window?

2007-06-28 Thread Stephen Fisher
On Wed, Jun 27, 2007 at 10:31:57PM -0700, Alex Lee wrote: > I do a lot of these a lot for work: > > Tcp.flags.syn == 1 && tcp.flags.ack == && tcp.port == > > A lot of times I need to follow each new connection's stream but often > times, I end up not finding what I need in the first few streams

[Wireshark-users] Right-click and open a tcp stream in a new window?

2007-06-28 Thread Alex Lee
Hi Wireshark-Dev folks - I do a lot of these a lot for work: Tcp.flags.syn == 1 && tcp.flags.ack == && tcp.port == A lot of times I need to follow each new connection's stream but often times, I end up not finding what I need in the first few streams. Is it possible to add a right-click open-in