Wireshark-dev: [Wireshark-dev] Running test_tls13_rfc8446 manually

From: Anders Broman <a.broman58@xxxxxxxxx>
Date: Mon, 11 Mar 2024 17:17:07 +0100
Hi,
I'm trying to figure out why the pipline for https://gitlab.com/wireshark/wireshark/-/merge_requests/14615 fails but can't get the syntax right:
C:\development\build\run\RelWithDebInfo\tshark.exe -r C:\development\wireshark\test\captures\tls13-rfc8446.pcap -otls.keylog_file:{C:\development\wireshark\test\keystls13-rfc8446-noearly.keys} -Y http -Tfields -e frame.number -e http.request.uri -e http.file_data 
sort of works but not sure the decryption works
C:\development\build\run\RelWithDebInfo\tshark.exe -r C:\development\wireshark\test\captures\tls13-rfc8446.pcap -otls.keylog_file:{C:\development\wireshark\test\keystls13-rfc8446-noearly.keys} -Y http -Tfields -e frame.number -e http.request.uri -e http.file_data -E separator=| 
fails for some reason.

Running out of time today :-)

Best regards
Andeers