zephyr/subsys/net/lib/dns
Jukka Rissanen 3479010e7d net: dns: Check and parse received mDNS responses properly
The mDNS packet receive had issues:

* The DNS id needs to be 0 for both sending and receiving, we did
  not accepted 0 incoming id.
* The mDNS response does not have any questions in it so we just
  need to skip the question count checks in response.
* Skip the Cache-Flush bit in Class field so that we can properly
  parse CLASS_IN value.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-08-29 19:47:07 +02:00
..
CMakeLists.txt
dns_pack.c net: dns: Check and parse received mDNS responses properly 2019-08-29 19:47:07 +02:00
dns_pack.h net: dns: dns_pack: Properly access type and class fields of an answer 2019-08-20 13:39:23 +02:00
Kconfig
llmnr_responder.c net: llmnr_responder: Fix debug prints after receiving query 2019-07-08 16:02:38 +03:00
mdns_responder.c
resolve.c net: dns: Check and parse received mDNS responses properly 2019-08-29 19:47:07 +02:00