http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40133
User: alagoutte
Date: 2011/12/09 09:00 AM
Log:
From report of Arasch Honarbacht via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6649
ZigBee ZCL Dissector reports invalid status
The status code 0x8d contained in an attriute status record in a configure reporting response frame is incorrectly displayed as "Write only" (where WRITE_ONLY = 0x8f). According to the ZigBee Cluster Library Specification, Document 075123r03ZB, April 26, 2010 a status of 0x8d should display as "INVALID_DATA_TYPE"
From me :
Fix this issue (Wrong value define) based on Specs available in ZigBee.org
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -3 packet-zbee-zcl.c Modified
+15 -16 packet-zbee-zcl.h Modified