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 289] Calls to slow getserv() make reading from capture fil

Date: Thu, 10 Jul 2008 23:09:14 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=289





--- Comment #9 from Guy Harris <guy@xxxxxxxxxxxx>  2008-07-10 23:09:14 PDT ---
In the main branch, we no longer use getservbyname(); we have our own services
file (so we don't rely on the OS to provide all the port names), and read that
in, only using getservbyport() if we don't find a port in the list we get from
that file.  This should clear up that 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.