ViewSB icon indicating copy to clipboard operation
ViewSB copied to clipboard

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

Open fvdpol opened this issue 3 years ago • 0 comments

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

fvdpol avatar Jan 29 '22 19:01 fvdpol