https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315
--- Comment #29 from Alexandre Ferrieux <alexandre.ferrieux@xxxxxxxxxxxxxxxxxx> 2012-06-05 13:31:57 PDT ---
(In reply to comment #27)
>
> The problem with doing this for anything other than the "All packets" case is
> that it would either require a lot of memory (basically storing which frames
> depend on which frames) or a lot of time (going through the packet list more
> than once).
If I may chime in although I'm not actually writing the code ;)...
To me, this extra time is acceptable because:
- it is only at export time; it will not affect the GUI's overall fluidity
- it is still O(N), will not drastically change the export time
- (specific case of Marked Packets) since marking is manual, the number of
marked packets is typically small; hence computing their dependencies should
not be a big task
My 2e-24 euros ;)
-Alex
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.