zephyr/subsys/net/lib
Jukka Rissanen 6493af2714 tests: net: dns: Add tests for catching malformed packets
Add more tests to verify that we discard malformed packets.
In order to simplify the testing, separate message validation to
dns_validate_msg() function in resolve.c. Allow that function to
be called from unit test. This way we can construct invalid DNS
messages in unit test and verify that they are discarded when
needed.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-27 08:05:52 -04:00
..
coap net: coap: Use MQTT style wildcard in path description: 2020-08-26 12:31:00 +02:00
config net: config: Fix NET_EVENT_IPV6_ADDR_ADD event handling 2020-08-18 15:06:17 +03:00
conn_mgr zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dns tests: net: dns: Add tests for catching malformed packets 2020-08-27 08:05:52 -04:00
http guideline: Make explicit fallthrough cases 2020-08-24 20:28:47 -04:00
lwm2m net: lib: lwm2m: add new sensor objects 2020-08-27 11:01:09 +03:00
mqtt net: mqtt: Prevent double CONNACK event notification on server reject 2020-07-27 13:24:11 +02:00
openthread samples: openthread: Call usb_enable() by the app. 2020-08-13 11:49:47 +02:00
sntp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets net: socket: packet: Add support to SOCK_DGRAM packet sockets 2020-08-27 10:56:06 +03:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
utils
websocket lib: fdtable: Add callback for close() calls 2020-08-14 09:47:51 -07:00
CMakeLists.txt net: openthread: Align Kconfig with cmake symbols 2020-08-18 15:57:14 +03:00
Kconfig net: tftp: Adding support for TFTP Client. 2020-04-30 14:19:46 +03:00