Wireshark-bugs: [Wireshark-bugs] [Bug 10833] Endianness seems incorrect for some ZigBee attribut

Date: Fri, 16 Jan 2015 03:33:29 +0000

changed bug 10833


What Removed Added
CC   [email protected]

Comment # 4 on bug 10833 from
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.