ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10462] 6LoWPAN Mesh headers not treated as encapsulating a

Date: Thu, 18 Sep 2014 22:21:31 +0000

Comment # 10 on bug 10462 from
Yeah, I realised later that there was stuff that wasn't really right. The
"conversion" from 16-bit address to 64-bit IID(?) in the Mesh header parser is
nonsense - if anything it should just be setting the address type to
AT_IEEE_802_15_4_SHORT, and the iid conversion function should be modified to
pick that up. (And always use src/dst not dl_src/dl_dst).

It seems that packet-ieee802154.c does set that AT_IEEE_802_15_4_SHORT address
type itself, so it's odd that the iid converter doesn't already recognise that
directly, but uses the funny alternate hint path. Stale code?

Well, this is getting a bit beyond me...

I'll leave it up to you.


You are receiving this mail because:
  • You are watching all bug changes.