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

Date: Tue, 16 Jul 2013 03:34:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50661

User: cmaynard
Date: 2013/07/15 08:34 PM

Log:
 Fix warning: cannot optimize possibly infinite loops.  There was no actual infinite loop, but the intended loop iteration count could have been wrong due to the implicit "mod 256" when previously assigning a value to a guint8.

Directory: /trunk/epan/dissectors/
  Changes    Path                   Action
  +2 -2      packet-ipmi-picmg.c    Modified