Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interleaved traffic view #54

Closed
wants to merge 67 commits into from

Conversation

martinling
Copy link
Member

@martinling martinling commented Dec 23, 2022

This draft PR collects my work to make the traffic view fully interleaved, i.e. transactions and packets are shown in correct chronological order, when overlapping transfers are expanded in the view.

Making this work correctly and efficiently requires complex modifications to the tree model, and the implementation of several new queries to the capture database.

The commits on this branch are in several sub-branches, which will be merged in separate PRs:

  1. UI features #51
  2. Additional live update mechanisms #57
  3. Improved decoding of partial transactions and transfers, including SPLIT transactions #60
  4. UI testing #67
  5. Interleaved view support: initial version without optimization (interleaving-unoptimized).
  6. Optimization: Retain a cursor to reuse search state when retrieving next row (cursor-optimization).
  7. Optimization: Reimplement data structures on top of Lock-free stream implementation #61 (stream-port).

@martinling
Copy link
Member Author

This PR is long out of date; the latest version of this work can be found in PR #150.

@martinling martinling closed this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant