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.