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

Date: Thu, 21 Mar 2013 17:11:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48455

User: wmeier
Date: 2013/03/21 10:11 AM

Log:
 From Fabio Tarabelloni: Fix for: "ZigBee Cluster Library dissector does not 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)').

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +84 -1     packet-zbee-zcl.c    Modified
  +2 -0      packet-zbee-zcl.h    Modified