-
Notifications
You must be signed in to change notification settings - Fork 29
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
martinling
force-pushed
the
interleaving-v3
branch
5 times, most recently
from
January 9, 2023 15:08
0108157
to
9a35479
Compare
martinling
force-pushed
the
interleaving-v3
branch
5 times, most recently
from
January 18, 2023 17:53
573749b
to
737cf4e
Compare
martinling
force-pushed
the
interleaving-v3
branch
6 times, most recently
from
February 6, 2023 18:43
9631f31
to
193fa27
Compare
martinling
force-pushed
the
interleaving-v3
branch
5 times, most recently
from
February 14, 2023 19:57
54cabde
to
c3a4fa7
Compare
martinling
force-pushed
the
interleaving-v3
branch
from
February 22, 2023 20:44
c3a4fa7
to
799bd4d
Compare
martinling
force-pushed
the
interleaving-v3
branch
from
March 7, 2023 20:08
799bd4d
to
2187961
Compare
martinling
force-pushed
the
interleaving-v3
branch
from
March 15, 2023 19:21
2187961
to
f3324f8
Compare
Merged
martinling
force-pushed
the
interleaving-v3
branch
2 times, most recently
from
April 8, 2023 09:46
1cf516f
to
1ea07cd
Compare
martinling
force-pushed
the
interleaving-v3
branch
from
April 10, 2023 11:31
1ea07cd
to
ab3b036
Compare
This PR is long out of date; the latest version of this work can be found in PR #150. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
interleaving-unoptimized
).cursor-optimization
).stream-port
).