esp-idf/components/mdns
David Cermak 12509dd0c1 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-11-23 09:10:27 +01:00
..
include components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 2021-04-12 05:42:50 +00:00
private_include mdns: fix memory free issue when repeating the query in reply 2021-10-14 17:31:01 +02:00
test Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_afl_fuzz_host mdns: Minor correction of the test code 2021-07-21 11:48:27 +02:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk Import mDNS changes 2018-01-16 10:58:34 +02:00
Kconfig mdns: Add MDNS_STRICT_MODE config option 2021-04-13 10:36:30 +02:00
mdns_console.c components: Use CONFIG_LWIP_IPV6 to strip IPv6 function in components 2021-04-12 05:42:50 +00:00
mdns_networking.c mdns: Fixed the ip header TTL to be correctly set to 255 2021-04-13 10:36:30 +02:00
mdns.c mdns: Fix parsing non-standard queries 2021-11-23 09:10:27 +01:00