esp-idf/components/mdns
David Cermak d16f9bade5 mdns: Fix parsing non-standard queries
Fix for packets containing unexpected domains, such as openthread.thread.home.arpa.
If we find this packet we set the name entry as invalid, but continue with parsing as the packet might contain related queries for us.

Closes https://github.com/espressif/esp-idf/issues/7694
2021-10-19 16:58:33 +02:00
..
host_test mdns: Add host test using linux target 2021-08-17 18:39:40 +08:00
include mdns: allow mutiple instances with same service type 2021-09-22 13:07:31 +08:00
private_include Merge branch 'feature/mdns-async-callback' into 'master' 2021-08-25 03:34:00 +00:00
test
test_afl_fuzz_host components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 2021-09-16 20:26:35 +08:00
CMakeLists.txt mdns: Add host test using linux target 2021-08-17 18:39:40 +08:00
Kconfig mdns: allow mutiple instances with same service type 2021-09-22 13:07:31 +08:00
component.mk mdns: Add host test using linux target 2021-08-17 18:39:40 +08:00
mdns.c mdns: Fix parsing non-standard queries 2021-10-19 16:58:33 +02:00
mdns_console.c
mdns_networking_lwip.c
mdns_networking_socket.c