https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246
--- Comment #6 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2009-02-12 23:42:35 PDT ---
(In reply to comment #4)
> I now know, why it is as slow:
> .....
> Would it be a solution, to have an additional pointer to the packet
> list pointing to the actual packet (not only to the beginning of the list) and
> start the search from there on? I don't know if it is possible, but it would
> reduce the computing time drastically!
>
If you look at the complete function you'll see this line:
row = user_data->dlg.selected_row + 1;
This is the pointer (index in reality) you're looking for, right?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.