Disabling Wireshark attempt to decrypt QUIC traffic
Since I have disabled encryption in a QUIC implementation, the interaction between the client and server takes place in plain text. However, Wireshark still attempts to decrypt the interaction and fails to dissect the plain text. I am wondering if there is a way to disable Wireshark's attempt to decrypt QUIC traffic.
Are you using a "standard" such as draft-banks-quic-disable-encryption-00 ?
The implementation (https://github.com/h2o/quicly) does not support it. So, I just disable encryption/decryption functions.