Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3246] RTP stream analysis finding next non-ok very slow at

Date: Thu, 12 Feb 2009 23:42:36 -0800 (PST)
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.