zephyr/subsys/net/lib/dns
Christopher Friedt 65b1c207f2 net: mdns + dns_sd: fix regression that breaks ptr queries
While adding support for service type enumeration, a regression was
introduced which prevented mDNS ptr query responses.

1. There was an off-by-one error with label size checking
2. Valid queries were failing to match in `dns_rec_match()` due to
   not checking for either NULL or 0 "wildcard" port

Fixes #39284

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-10-11 08:50:45 -04:00
..
CMakeLists.txt
Kconfig net: dns_sd, mdns: support service type enumeration 2021-10-01 20:11:50 -04:00
dns_internal.h
dns_pack.c
dns_pack.h
dns_sd.c net: mdns + dns_sd: fix regression that breaks ptr queries 2021-10-11 08:50:45 -04:00
dns_sd.h net: dns_sd, mdns: support service type enumeration 2021-10-01 20:11:50 -04:00
llmnr_responder.c
mdns_responder.c net: mdns + dns_sd: fix regression that breaks ptr queries 2021-10-11 08:50:45 -04:00
resolve.c