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

Date: Thu, 21 Feb 2013 22:24:06 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=47811

User: eapache
Date: 2013/02/21 02:24 PM

Log:
 Trivial cleanups:
 - use a gboolean instead of an int where appropriate
 - comment out an unnecessary variable assignment
 - move some other assignments to before the address of the variable is taken;
   this makes the data flow more natural and cleans up some cppcheck warnings

Directory: /trunk/epan/dissectors/
  Changes    Path                Action
  +6 -6      packet-btavctp.c    Modified
  +33 -31    packet-bthid.c      Modified