alex-spataru / qMDNS

Implementation of a simple mDNS responder with Qt
MIT License
24 stars 7 forks source link

ipv6 address parsing doesn't work properly/at all #7

Open advisoft opened 3 years ago

advisoft commented 3 years ago

The code makes some assumptions about skipping the ipv4 part. This causes the parsing to skip because the length is wrong.

image

Wireshark has no issue parsing it.

Response is coming from avahi on Linux.

If I get it going, do you want a pull request?

alex-spataru commented 3 years ago

Hi! If possible, please share your Wireshark results. Also, if you get to fix this, please make a pull request!

Unfortunately, I am currently pretty busy with my current job & college stuff, so I cannot dedicate my time to FOSSing as I would like to.