Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Wireshark-users Digest, Vol 123, Issue 1

From: Thomas Glanzmann <thomas@xxxxxxxxxxxx>
Date: Thu, 4 Aug 2016 13:51:47 +0200
Hello Noah,

> $ for x in $(tshark -r test.pcap -R "ssl.handshake.type == 1" -T fields -e
> frame.number); do echo -e $x "\t" $(tshark -r test -R "frame.number == $x"
> -d tcp.port==443,echo -T fields -e echo.data | cut -c 34-44); done

thank you for the tip. I now solved it by writing a c programm and doing
something similar.

Cheers,
        Thomas