1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/network_layer/sixlowpan
Martine Lenders ecfff3e812 sixlowpan: fix decoding of DAM in sixlowpan_print()
Destination address compression is all in the least significant nibble
of that byte in the IPHC header [[1]].

[1]: https://tools.ietf.org/html/rfc6282#section-3.1.1
2018-07-17 12:22:15 +02:00
..
Makefile sixlowpan: move non-GNRC stuff to its own module 2015-08-18 17:03:47 +02:00
sixlowpan_print.c sixlowpan: fix decoding of DAM in sixlowpan_print() 2018-07-17 12:22:15 +02:00