https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15711

--- Comment #2 from Tomasz Mon <deso...@gmail.com> ---
(In reply to Jaap Keuter from comment #1)
> Could that tool show what path is taken to get to host_name_lookup_init()
> before WSAStartup() is called?

No, however I placed at breakpoint in ui/qt/main.cpp and the WSAStartup() was
indeed called.

Initially I suspected that we initialize different version than needed, but I
tried with 1.0, 1.1, 2.0, 2.1, 2.2 and it didn't have any effect.

The stacktrace is as follows:
vrfcore.dll!VerifierStopMessageEx()
vfnet.dll!NetTrackStartup::StopIfNotInitialized(void *)
vfnet.dll!VfHookgethostname(char *,int)
cares.dll!init_by_defaults(ares_channeldata * channel)
cares.dll!ares_init_options(ares_channeldata * * channelptr, ares_options *
options, int optmask)
libwireshark.dll!host_name_lookup_init()
libwireshark.dll!addr_resolv_init()
libwireshark.dll!epan_init(void(*)(register_action_e, const char *, void *) cb,
void * client_data, int load_plugins)
Wireshark.exe!main(int argc, char * * qt_argv)
Wireshark.exe!WinMain(HINSTANCE__ * __formal, HINSTANCE__ * __formal, char *
__formal, int __formal)

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to