Wireshark-bugs: [Wireshark-bugs] [Bug 12391] wrong check for getaddrinfo and gethostbyname on So

Date: Fri, 29 Apr 2016 00:32:30 +0000

Comment # 4 on bug 12391 from
(In reply to Petr Sumbera from comment #0)

> On Solaris 11 with Wireshark 2.0.3 I'm getting (Wireshark 1.12 was ok):

1.12 neither checks for nor uses getaddrinfo(), so there's no check for
getaddrinfo() at all in 1.12, correct or incorrect.

> Note also that getaddrinfo on S11 can be found in -lsocket:

Then we should check for it there, rather than -lnsl, if it's never been in
-lnsl.

It appears that, for some reason, while other function checks done before the
check for getaddrinfo() *do* link with -lsocket, the check for getaddrinfo()
doesn't.  It should be fixed to do so.


You are receiving this mail because:
  • You are watching all bug changes.