You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when a STREAM frame is received which has no explicit length information (length is until end of packet) then no length field is logged in the stream event. Wireshark shows a length however, so the info might already be extracted somewhere?
The property `quic.stream.length` that the tool uses doesn't seem to be emitted
by wireshark for frames that carry no explicit length information (stream frame is
at the end of the packet). In that case the generated qlog will not have a length field.
To fix this, we calculate the length based on the data in the frame (which is correctly
emitted).
Fixesquiclog#7
I noticed that when a STREAM frame is received which has no explicit length information (length is until end of packet) then no
length
field is logged in the stream event. Wireshark shows a length however, so the info might already be extracted somewhere?Wireshark view:
Emitted event:
The text was updated successfully, but these errors were encountered: