https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3370
Summary: Compile error in epan/addr_resolv.c when --with-adns
enabled
Product: Wireshark
Version: SVN
Platform: All
OS/Version: FreeBSD
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wireshark@xxxxxxxxxxx
Build Information:
Revision: 27890
./configure --with-ssl --with-adns
--
When adns is enabled, inet_aton() is undef-fed at line 119.
But it is later used again in get_host_ipaddr(), which leads to a compilation
failure.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.