http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33692
User: wmeier
Date: 2010/08/02 06:09 AM
Log:
Fix cases where the type of a for loop variable is smaller than the type of the "end" variable.
In some cases the usage may have been benign since it can be seen by code inspection that the maximum value of the end variable can't exceed the maximum value of the loop variable.
However, on general principles, all the usages have been fixed.
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -2 packet-gprs-llc.c Modified
+2 -1 packet-gsm_a_gm.c Modified
+2 -2 packet-gsm_a_rr.c Modified
+3 -3 packet-iec104.c Modified
+1 -1 packet-ieee80211.c Modified
+1 -1 packet-ospf.c Modified
+3 -3 packet-sctp.c Modified