quiclog / pcap2qlog

A tool to convert .pcap and .pcapng files into qlog files
MIT License
26 stars 7 forks source link

No TLS info known #9

Open Samy432 opened 2 years ago

Samy432 commented 2 years ago

Hi,

While converting the pcap to qlog I get an error ( No tls info known for the first QUIC initial, not supported!) . I tried specifying the secrets by using --secrets and embedding the SSL keys into the pcap file. Both ways gave the same error. To embed the keys into the pcap file, I use the command

editcap --inject-secrets tls,keys.log input.pcap output.pcapng

While opening the pcap file in wireshark, I could see that the first QUIC initial packet contains TLS information. What could be causing this? I am attaching the embedded pcap file, keys and the error message. Any insights would be helpful!
Trace.zip

Adam-Kadi commented 2 years ago

Hi Samy,

I have the same problem. Have you been able to fix this problem since then?