Comment # 6
on bug 9696
from Ph. Marek
Well, I'd hoped that there would be some fix possible within wireshark...
change algorithm, remember some list element near the end (to not traverse the
whole list again), using a double-linked list (where appending is O(1)), or
something like that.
Waiting for a fix within GTK might take much longer - especially if the
function itself cannot be optimized (like appending to a list, when only the
first element is known).
You are receiving this mail because:
- You are watching all bug changes.