ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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?