Skip to content

Version 1.76 messing up packets orders #684

Closed
@joezhouchenye

Description

@joezhouchenye

Describe the bug
I am sending packets with a frame counter in the data field and using Wireshark to capture these packets. Everything is fine with version 1.75 (tested on another computer) and the default version 1.71 installed by Wireshark 4.0.7.

The packets' frame counter for example should be in order like 00, 01, 02, 03, ... 0f. However, with version 1.76, the packets are in the wrong order like 0f, 0e, 0d, 0c, ..., 03, 02, 01, 00 or 02, 01, 00, 0f, 0d, 0e, ..., 03 or sometimes just more messed up.

The Identification in the IP header also behaves in the same wrong way.

To Reproduce
Use the latest 1.76 version

Expected behavior
Packets should be in order.

Diagnostic information

  • Windows 10 Version 21H2, OS Build 19044.3031)

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