quiclog / qvis

QUIC and HTTP/3 visualization tools
https://qvis.edm.uhasselt.be
MIT License
174 stars 25 forks source link

Is qvis support GQUIC? #11

Open tk1061178 opened 4 years ago

tk1061178 commented 4 years ago

Hi, my problem is that GQUIC is supported? It is still use gquic popularily, expecially q046 which is used mostly in latest chrome browser.

rmarx commented 4 years ago

Hello there,

Currently, GQUIC is indeed not supported and I don't have plans to ever support it here. It is evolving towards IETF QUIC anyway and will soon be outdated/obsolete.

I also don't really want to encourage behavioral analysis on outdated versions of the protocol. In my opinion, research on gQUIC is no longer useful.

That being said, I would be open to others adding support for it. For more information, see this issue: https://github.com/quiclog/pcap2qlog/issues/1

With best regards, Robin