Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

frontends:qt: ensure the packet list is displaying packets in original order #91

Closed
wants to merge 1 commit into from

Conversation

fvdpol
Copy link
Contributor

@fvdpol fvdpol commented Jan 29, 2022

Since the analysis stack only sends complete packets to the frontend's visualisation queue when complete, this occasionally results in packets displayed out-of-order in the packet list.

This PR adds a check to safeguard the sequence of packets added to the QTreeWidget and in case these are out-of-sequence ensures the QTreeWidget gets sorted in sequence number.

image

expanding the transfer at packet 1:

image

This fixes #90

@mossmann
Copy link
Member

mossmann commented Aug 1, 2024

Closed in preparation for archiving the repository. We have replaced ViewSB with Packetry. You may be interested in particular in some Packetry features in development:
greatscottgadgets/packetry#145
greatscottgadgets/packetry#150

@mossmann mossmann closed this Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qt frontend TreeList shows packets/events out-of-sequence
2 participants