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

Date: Thu, 11 Oct 2012 03:55:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45462

User: wmeier
Date: 2012/10/10 08:55 PM

Log:
 Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'
 
 Done on general principles altho none of the cases
 changed would have actually resulted in an infinite
 loop because a Bounds error would eventually occur.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +13 -13    packet-sctp.c    Modified