1 | initial version |
The command grep -f <(tshark -r Capture01.pcapng -Y tls.handshake.type==1 -T fields -e tls.handshake.random) tlskeys.log
does not show any output. This means none of the client_random values from the ClientHello are present in the key-log file.
In other words, your TLS session key collection did not work properly.