aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-29Bugfixes of r53636, part of bug 9423 ↵Michael Mann1-16/+16
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9423) From DSR Corporation svn path=/trunk/; revision=53645
2013-11-29Improved ZCL dissectors. Bug 9423 ↵Michael Mann1-1/+56
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9423) From DSR Corporation svn path=/trunk/; revision=53636
2013-06-29From Fabio Tarabelloni viaEvan Huus1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 Zigbee dissectors for the power profile cluster and the appliance control cluster svn path=/trunk/; revision=50229
2013-06-20From Fabio Tarabelloni viaEvan Huus1-0/+5
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 Zigbee partition cluster dissector. svn path=/trunk/; revision=50089
2013-06-20From Fabio Tarabelloni viaEvan Huus1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 New zigbee cluster dissectors added for Basic and Identify clusters. svn path=/trunk/; revision=50086
2013-05-25From Fabio Tarabelloni via ↵Evan Huus1-0/+18
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8387 ZigBee ZCL OnOff cluster dissection. Also, fix decryption of APS commands. svn path=/trunk/; revision=49571
2013-03-21Use consistent indentation;Bill Meier1-5/+5
Also: replace a few "4 space tabs" by spaces. svn path=/trunk/; revision=48462
2013-03-21From Fabio Tarabelloni: Fix for: "ZigBee Cluster Library dissector does not ↵Bill Meier1-0/+2
handle arrays correctly" See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8214 From me: - Use spaces for indentation (instead of :4 space tabs"); - Remove trailing whitespace; - Add placeholder for un-implemented dissection of data types set, struct, bag. (Probably should use 'expert' but that requires more work since dissection is under 'if (tree)'). svn path=/trunk/; revision=48455
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-12-09From report of Arasch Honarbacht via ↵Alexis La Goutte1-16/+15
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 svn path=/trunk/; revision=40133
2009-07-29zigbee cluster dissector,Ronnie Sahlberg1-0/+178
modified from entry in bug 3765 so it compiles cleanly svn path=/trunk/; revision=29232