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.