Is your feature request related to a problem? Please describe.
See WebTransport sessions from Chrome clients in qvis.
Describe the solution you'd like
I believe the WEB_TRANSPORT_CLIENT event type needs to be treated identically to the QUIC_SESSION type that is currently supported? They're not identical, but most of the events are the same.
Describe alternatives you've considered
Maybe I could hand-edit the .json file and change WEB_TRANSPORT_CLIENT to QUIC_SESSION?