Wireshark-commits: [Wireshark-commits] rev 36315: /trunk/plugins/ethercat/ /trunk/plugins/ethercat/

Date: Thu, 24 Mar 2011 21:19:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36315

User: wmeier
Date: 2011/03/24 02:19 PM

Log:
 Don't assign to a proto_item* if the value won't be used: Coverity 1155-1156;
 
 Also:
   - Fix a few cases of SET_HIDDEN on the wrong item. (The SET_HIDDEN was being
     done on an already hidden item).
   - Minor indentation cleanup;

Directory: /trunk/plugins/ethercat/
  Changes    Path                          Action
  +86 -86    packet-ethercat-datagram.c    Modified