Comment # 9
on bug 8214
from Arasch Honarbacht
(In reply to comment #7)
> (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).
Notice that array, bag and set have identical memory layouts, so it should be
possible to reuse much of the code that has been developed for array right out
of the box. Structures are slightly different though.
You are receiving this mail because:
- You are watching all bug changes.