On Sun, Oct 08, 2023 at 01:41:31PM +1100, Duncan Roe wrote: > 2 items: > 1. frag_off (Fragment Offset pointer) overshot by 2 bytes because of adding > offsetof() to it *after* it had been cast to uint16_t *. > 2. Need to mask off LS 3 bits of ip6f_offlg *after* call to htons. Good catch. Applied, thanks.