https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3504
Summary: Concurrent name resolution broken
Product: Wireshark
Version: unspecified
Platform: Other
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: High
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: graham.bloice@xxxxxxxxxxxxx
Created an attachment (id=3075)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3075)
Patch file
Build Information:
--
Concurrent name resolution using the c-ares package is broken due to lack of a
stimulus to call host_name_lookup_process().
The current code in main.c to call the function is conditionally compiled only
if HAVE_GNU_ADNS is defined. This needs to be or'd with HAVE_C_ARES.
I'm not sure how long this problem has been in existence, probably since the
introduction of c-ares. It should be backported to the 1.20 branch.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.