https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2803
Summary: Wireshark build fails if c-ares version < 1.5
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Fedora
Status: NEW
Severity: Minor
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wmeier@xxxxxxxxxxx
Build Information:
.
--
Warning:
addr_resolv.c:2311 warning: passing argument 5 of 'ares_gethostbyaddr' from
incompatible pointer type.
Some investigation shows that the c-ares ABI/API was changed from v 1.4... to
v1.5....
See:
http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2007-11/0015.shtml
Among other things a timeout argument was added for ares_host_callback.
So: Wireshark gets a compile error on my Fedora 8 system which has c-ares
v1.4.0
Should we require c-ares version to be 1.5... ??
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.