You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
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.
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.
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:
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:
The text was updated successfully, but these errors were encountered: