For decrypting QUIC packet in latest wireshark (not sure if works in older verison )
- Go to Edit->Preferences->Protocols
- select QUIC from drop down list
- select " Force decode of all QUIC Payload"
In wireshark version 3.2.3 at Edit->Preferences->Protocols->QUIC, add the QUIC UDP port. The wireshark will now decode these UDP packets as QUIC packets. It will decode the non-encrypted plain header fields of QUIC, however the encrypted part of QUIC remains encrypted and is just displayed with label "remaining payload". These steps are for decoding a QUIC UDP packet header fields and not for there decryption.