Skip to content

Commit

Permalink
Merge pull request #876 from OlegHahm/iphc_decompression_shift
Browse files Browse the repository at this point in the history
net: 6lowpan: added missing hdr position shift
  • Loading branch information
miri64 committed Mar 24, 2014
2 parents 7354c5c + 3945a06 commit ddebe8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/net/network_layer/sixlowpan/lowpan.c
Expand Up @@ -1435,6 +1435,7 @@ void lowpan_iphc_decoding(uint8_t *data, uint8_t length, net_if_eui64_t *s_addr,

default: {
memcpy(&(ipv6_buf->destaddr.uint8[0]), &ipv6_hdr_fields[hdr_pos], 16);
hdr_pos += 16;
break;
}
}
Expand Down

0 comments on commit ddebe8e

Please sign in to comment.