nuttx/net/sixlowpan
Alan Carvalho de Assis 564fae94d7
Some checks are pending
Build Documentation / build-html (push) Waiting to run
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
net/sixlowpan: Fix protosize to 16-bit
There was another small issue on sixlowpan_input.c code, it was
processing protosize and 8-bit instead of 16-bit.

It was working because the max tcp->tcpoffset was 0xf0, so
protosize = ((uint16_t)tcp->tcpoffset >> 4) << 2;
Will be protosize = 15 * 4 = 60 and will fit inside 8-bit.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2026-07-28 10:19:05 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
Kconfig Fix Kconfig style 2023-05-23 00:03:25 +08:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
sixlowpan.h style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
sixlowpan_framelist.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_framer.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_globals.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
sixlowpan_hc1.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_hc06.c net/sixlowpan: Fix sixlowpan_uncompresshdr_hc06() 2026-05-04 12:17:23 -03:00
sixlowpan_icmpv6send.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_initialize.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
sixlowpan_input.c net/sixlowpan: Fix protosize to 16-bit 2026-07-28 10:19:05 +08:00
sixlowpan_internal.h net/sixlowpan: Fix sixlowpan_uncompresshdr_hc06() 2026-05-04 12:17:23 -03:00
sixlowpan_reassbuf.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_send.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_tcpsend.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_udpsend.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
sixlowpan_utils.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00