Chris Brandson
changed
bug 10833
Comment # 4
on bug 10833
from Chris Brandson
patch submitted on branch "bug10833".
The real problem is the lack of a proper dissector for the ZigBee Prepayment
Cluster so this dissection is being handled handled by the generic ZCL
dissector.
The generic dissector can not make sense of the bitmap, so the best thing it
can do is display it in a more helpful format. In addition ZigBee has some odd
length values (40, 48 and 56 bits) making it hard to use some of the common
facilities.
The submitted patch uses a hex since it is relatively easy to decode and is
really there to catch non-dissected bitmaps anyway.
You are receiving this mail because:
- You are watching all bug changes.