1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Cenk Gündoğan 432688accb rpl: wrong length of DIO options
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.
2015-02-03 10:41:27 +01:00
..
ccn_lite Merge pull request #2024 from OlegHahm/ccnl_802154 2014-12-16 11:03:20 +01:00
crosslayer pkt: Initial import 2015-01-14 07:04:56 +01:00
include Merge pull request #2287 from authmillenon/pktqueue/api/use-pkt 2015-01-16 19:48:04 +01:00
link_layer sys: net: Initial import of a basic MAC protocol layer 2015-01-14 06:58:48 +01:00
network_layer/sixlowpan Merge pull request #2348 from gebart/pr/fno-common-fixes1 2015-01-26 09:11:10 +01:00
routing rpl: wrong length of DIO options 2015-02-03 10:41:27 +01:00
transport_layer net/udp: cleaned up header and documentation 2015-01-22 14:23:03 +01:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00