p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

Malformed Packets captured in Wireshark #8

Closed mayankmclaren closed 4 years ago

mayankmclaren commented 4 years ago

I an getting Malformed Packets in Wireshark whenever I run the picoquicdemo.

Screenshot from 2020-06-21 20-11-04

You can get the .pacpng file in this link --> https://drive.google.com/drive/folders/1-_XI2ipoXmqqj4ukiXUZWWhNjGP2-_Yb?usp=sharing

Please help me rectify this problem.

mpiraux commented 4 years ago

I am able to open this pcap just fine using Wireshark "Version 3.3.0 (v3.3.0rc0-781-gac82fd63534e)". What version are you using ? Refer to https://github.com/quicwg/base-drafts/wiki/Tools#wireshark for the appropriate version (PQUIC is currrently still on draft-27)

mayankmclaren commented 4 years ago

Updating Wireshark worked. Thank you.