Wireshark-bugs: [Wireshark-bugs] [Bug 12412] Network-Layer Name Resolution uses first 32-bits of

Date: Mon, 09 May 2016 18:42:20 +0000

Comment # 14 on bug 12412 from
As far as I know, Wireshark does not make any DNS queries by itself on Windows,
but instead relies on an external resolver (c-ares 1.9.1 in our case).
So either you are facing a c-ares bug, or your system has a wrong DNS address
list.
What's the output of the following netsh commands on your system?
netsh interface ip show dns
netsh interface ipv6 show dns


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