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

Wireshark-dev: Re: [Wireshark-dev] addr_resolv.c, transport name resolution appalingly slow.

From: Evan Huus <eapache@xxxxxxxxx>
Date: Tue, 6 Aug 2013 10:00:33 -0400
On Tue, Aug 6, 2013 at 9:41 AM, Anders Broman
<anders.broman@xxxxxxxxxxxx> wrote:
> Hi,
>
> I will revert the change to use a hash table for transport name resolution
> as soon as I can, the performance is horrible.

It shouldn't be, glib hash tables are pretty efficient. If you
profile, where is the time being spent?