http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54171
User: alagoutte
Date: 2013/12/17 10:43 AM
Log:
From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9547
Zbee ZCL wrong cmdID in DefaultRespons
Default Response command generated by Specific command cluster contains wrong cmdId decoding. The value shows the cross-cluster command id but not the specific cluster command id name.
Draft of solution is already created (now is under test). The idea is to add a cmdId function callback in zbee_zcl_init_cluster in order to call it when wireshark has to decode specific cluster cmd in default response.
Directory: /trunk/epan/dissectors/
Changes Path Action
+188 -31 packet-zbee-zcl-general.c Modified
+76 -17 packet-zbee-zcl-ha.c Modified
+22 -20 packet-zbee-zcl-meas-sensing.c Modified
+28 -1 packet-zbee-zcl-se.c Modified
+17 -9 packet-zbee-zcl.c Modified
+3 -4 packet-zbee-zcl.h Modified