Wireshark-bugs: [Wireshark-bugs] [Bug 8214] ZigBee Cluster Library dissector does not handle arr

Date: Thu, 21 Mar 2013 17:24:41 +0000

changed bug 8214

What Removed Added
Status IN_PROGRESS RESOLVED
Resolution --- FIXED

Comment # 7 on bug 8214 from
(In reply to comment #2)
> ZCL attributes of type array (0x48) are not dissected correctly. The
> contents of the array are treated as further attribute status records and
> thus the packet is regarded as malformed.
> 
> The same problem might exists for bag, set and structure data types. When
> fixing the bug notice that the layouts of bags and sets are identical to
> that of arrays; strucutres are different, though.

The same problem *does* exist for bag, set & structure data types. That is,
there's no code to dissect those types.

Even so, I'm going to mark this bug as fixed since "arrays" are now handled
properly.

A separate bug can/should be opened to address the other data types (hopefully
attaching a capture file containing instances of those data types).


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