In trying to dissect captured QUIC traffic with tshark cannot set "decode as" (-d udp.port==5555,quic) protocol because quic is not recognized by tshark as layer protocol (-d '' does not list it). It is listed in decode_as_entries. "tshark -G decodes" does list it as well but tshark does not pick it up for some reason. Would appreciate any suggestion on how to resolve this. asked 07 Nov '16, 10:08 iez edited 07 Nov '16, 10:33 |
One Answer:
The solution is to either:
(It might work in versions earlier than 2.2--I didn't check exactly what version that functionality showed up in.) answered 07 Nov '16, 13:03 JeffMorriss ♦ |
Thanks, Jeff. I am running "Version 2.2.1 (v2.2.1-0-ga6fbd27 from master-2.2)". Wireshark has no problem with decode_as. tshark does not recognize it