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

Qt frontend TreeList shows packets/events out-of-sequence #90

Closed
fvdpol opened this issue Jan 26, 2022 · 2 comments
Closed

Qt frontend TreeList shows packets/events out-of-sequence #90

fvdpol opened this issue Jan 26, 2022 · 2 comments
Labels

Comments

@fvdpol
Copy link
Contributor

fvdpol commented Jan 26, 2022

The ViewSB grouping functionality results in events only be submitted to the visualization queue when complete. Since the Qt frontend simply appends the events to the TreeList this results in occasionally out-of-sequence visualisation: The group is shown at 'then end', when the group is complete, instead of the start when the first packet for that group got received.

Example:
image

pcap file used:
sequence-issue.pcap.gz

Expected behavior would be that the groups/events are shown in same order they have been received/send over the wire.

Mockup:
image

@straithe
Copy link
Member

straithe commented Mar 7, 2022

Thank you for opening an issue for this. My team is a bit spread thin at the moment. If you submit a PR I'll try to get to it when I can. Otherwise, it might be a little bit before we have the people hours to do more development. I really appreciate your patience.

@martinling
Copy link
Member

Closed in preparation for archiving the repository. We have replaced ViewSB with Packetry.

@martinling martinling closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants