I would like to output the raw packets for just one thread. E.g. something like:
The -z follow... switch does the job in principle but only seems to do text output. Adding -w gives no output. Is there an equivalent filter for -R or -Y? asked 31 Oct '13, 06:13 wiggers |
One Answer:
Sounds like you want to save one conversation in a new capture file. If so, please run tshark with the appropriate display filter
Regards answered 02 Nov '13, 16:56 Kurt Knochner ♦ |
Using .addr and .port is the key, I thought you needed src or dst as well.
.addr is both directions, so it matches for .src and .dst.