1 | initial version |
Wireshark has reasonable support (dissection and decryption) for the QUIC version that is in development by the IETF working group, its status can be tracked at https://github.com/quicwg/base-drafts/wiki/Tools#wireshark
You seem to be looking for Google's version of QUIC which is referred to by Wireshark as "gQUIC" with display filter gquic
. It has no RFC since it is a proprietary protocol. Google will eventually replace their version of QUIC with the IETF version, similar to what they did with Google's SPDY protocol which got replaced by HTTP/2. Wireshark's gQUIC support lags behind and is not fully up-to-date. We may eventually tackle it, but right now my priority is implementing HTTP/3 support on top of IETF QUIC in Wireshark. Alexis La Goutte worked on gQUIC in the past, maybe he could make it compatible with newer gQUIC versions.
Some resources about Google's QUIC version:
2 | No.2 Revision |
Wireshark has reasonable support (dissection and decryption) for the QUIC version that is in development by the IETF working group, its status can be tracked at https://github.com/quicwg/base-drafts/wiki/Tools#wireshark
You seem to be looking for Google's version of QUIC which is referred to by Wireshark as "gQUIC" with display filter gquic
. It has no RFC since it is a proprietary protocol. Google will eventually replace their version of QUIC with the IETF version, similar to what they did with Google's SPDY protocol which got replaced by HTTP/2. Wireshark's gQUIC support lags behind and is not fully up-to-date. We may eventually tackle it, but right now my priority is implementing HTTP/3 support on top of IETF QUIC in Wireshark. Alexis La Goutte worked on gQUIC in the past, maybe he could make it compatible with newer gQUIC versions.
Some resources about Google's QUIC version:
3 | No.3 Revision |
Wireshark has reasonable support (dissection and decryption) for the QUIC version that is in development by the IETF working group, its status can be tracked at https://github.com/quicwg/base-drafts/wiki/Tools#wireshark.
You seem to be looking for Google's version of QUIC which is referred to by Wireshark as "gQUIC" with display filter gquic
. It has no RFC since it is a proprietary protocol. Google will eventually replace their version of QUIC with the IETF version, similar to what they did with Google's SPDY protocol which got replaced by HTTP/2. Wireshark's gQUIC support lags behind and is not fully up-to-date. We may eventually tackle it, but right now my priority is implementing HTTP/3 support on top of IETF QUIC in Wireshark. Alexis La Goutte worked on gQUIC in the past, maybe he could make it compatible with newer gQUIC versions.
Some resources about Google's QUIC version: