Skip to content

Comments

Emit Stream frame length correctly#8

Open
Matthias247 wants to merge 1 commit intoquiclog:masterfrom
Matthias247:stream_length
Open

Emit Stream frame length correctly#8
Matthias247 wants to merge 1 commit intoquiclog:masterfrom
Matthias247:stream_length

Conversation

@Matthias247
Copy link

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).

Fixes #7

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).

Fixes quiclog#7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Converter doesn't handle STREAM frames with implicit length

1 participant