Wireshark-commits: [Wireshark-commits] rev 54186: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 17 Dec 2013 17:32:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54186

User: mmann
Date: 2013/12/17 05:32 PM

Log:
 General cleanup of ZBEE ZCL dissector.  Removed unnecessary casts and wrapping functions.
 
 Tried to remove zcl_cluster_id global, but it's used in a function that is called by other dissectors that I'm not sure if they are expecting the zcl_cluster_id to be "saved" (or if -1 could be passed in for cluster id from those dissectors).  Removed as many uses of it as possible if someone knows the dissectors better to make that call.

Directory: /trunk/epan/dissectors/
  Changes    Path                         Action
  +4 -2      packet-zbee-zcl-general.c    Modified
  +166 -315  packet-zbee-zcl.c            Modified
  +2 -2      packet-zbee-zcl.h            Modified