http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45484
User: wmeier
Date: 2012/10/11 01:45 PM
Log:
Copy over changes from trunk
------------------------------------------------------------------------
r45477 | wmeier | 2012-10-11 15:20:21 -0400 (Thu, 11 Oct 2012) | 11 lines
Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)
The changes fix definite problems or
are done "just in case" for cases not esily determined
to be a problem by quick inspection.
Note: in some cases for loop index variables have been renamed
to ensure all required codes changes detected.
##backport
------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+1 -1 packet-dmp.c Modified
+1 -1 packet-dua.c Modified
+3 -3 packet-fmp.c Modified
+2 -2 packet-fmp_notify.c Modified
+1 -1 packet-icmpv6.c Modified
+13 -13 packet-ieee80211.c Modified
+6 -6 packet-m3ua.c Modified
+1 -1 packet-mongo.c Modified
+3 -3 packet-ptp.c Modified
+1 -1 packet-spice.c Modified
+9 -6 packet-ua3g.c Modified
(1 file not shown)