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: Wed, 11 Feb 2009 04:49:15 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3246





--- Comment #3 from Christoph Furer <christoph.furer@xxxxxxxxxxxx>  2009-02-11 04:49:13 PDT ---
I digged some more in the code, the problem seems to be related with
g_list_nth() from GLIB. I found an article 9 years old, stating performance
problems:
http://mail.gnome.org/archives/gtk-list/1999-September/msg00268.html

"The performance of my application suffers when there are more that 40 000
entries in a clist in almost every aspect. I traced the problem down to
all the g_list_nth() calls in the clist widget code."

In wireshark, this calls are made in ethclist.c

Any help in sight for this problem?


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.