Ask Your Question

Revision history [back]

Dissect QUIC implementation without encryption/protection

Hey, im trying to update/build QUICv1 for a simulation tool. Within that tool im skipping the whole tls/protection mechanisms, because i only want to do perfomance evaluations within the simulation.

My Problem is now, that i cant just click "dissect without tls/encryption" to proper dissect my non encrypted QUIC packets. Is there any way for me to tell the wireshark dissector to just parse the packets without any decryption attempts? Im also not shy to build my own wireshard with a modified packet-quic.c dissector, but i dont really have a clue where i need to edit.

Kindly