qMDNS icon indicating copy to clipboard operation
qMDNS copied to clipboard

Queries being answered by other hosts

Open tuanchoang opened this issue 7 years ago • 1 comments

I'm doing a Wireshark capture of my program using qMDNS and there appears to be some sort of issue with queries being answered by hosts that did not send the query. See the screenshot of my Wireshark for an example.

Notice that the mDNS queries were from user02.local. However, the mDNS responses are coming a totally different host (JmDNS-IP-1.local)

This is causing problems resolving hostnames to IP addresses accurately in my program. Any ideas?

wireshark

tuanchoang avatar Sep 30 '17 00:09 tuanchoang

yes! Debug\debug\TemperatureMonitoring.exe ... Bob is at QHostAddress("192.168.1.134") Bob is at QHostAddress("192.168.1.134") Bob is at QHostAddress("192.168.0.111") Bob is at QHostAddress("192.168.1.134") Bob is at QHostAddress("192.168.1.134") Bob is at QHostAddress("192.168.1.134") Bob is at QHostAddress("192.168.0.111")

zhaocundang avatar Apr 12 '23 08:04 zhaocundang