Skip to content

Converter doesn't handle STREAM frames with implicit length #7

@Matthias247

Description

@Matthias247

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:
image

Emitted event:

[
    "15",
    "transport",
    "packet_received",
    {
        "packet_type": "1RTT",
        "header": {
            "dcid": "6ef15ae8d7504312",
            "packet_number": "957",
            "packet_size": 1200,
            "payload_length": 1189
        },
        "frames": [
            {
                "frame_type": "ack",
                "ack_delay": "0",
                "acked_ranges": [
                    [
                        "16",
                        "21"
                    ]
                ]
            },
            {
                "frame_type": "stream",
                "stream_id": "0",
                "offset": "1097128",
                "fin": false
            }
        ]
    }
],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions