mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
432688accb
Currently, the DIO options `dodag conf` and `prefix info` are off by two bytes in their `length` field. The RFC states, that the length field should not include the option `type` field and the `length` field (two bytes). For Prefix Info Option: Option Length: 30 (RFC 6550, P.61) For Dodag Conf Option: Option Length: 14 (RFC 6550, P.52) Wireshark complains about DIOs as malformed packets, otherwise. Can be reproduced by running the rpl_udp example and logging the DIOs via wireshark. |
||
---|---|---|
.. | ||
rpl_nonstoring | ||
rpl_storing | ||
Makefile | ||
of0.c | ||
of0.h | ||
of_mrhof.c | ||
of_mrhof.h | ||
rpl_dodag.c | ||
rpl_of_manager.c | ||
rpl.c |