Wireshark-commits: [Wireshark-commits] rev 45493: /trunk-1.6/epan/dissectors/ /trunk-1.6/epan/disse
Date: Thu, 11 Oct 2012 22:16:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45493

User: wmeier
Date: 2012/10/11 03:16 PM

Log:
 Copy over from trunk (with manual intervention)
 
 ------------------------------------------------------------------------
 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.6/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
  +15 -13    packet-ieee80211.c     Modified
  +6 -6      packet-m3ua.c          Modified
  +1 -1      packet-mongo.c         Modified
  +3 -3      packet-ptp.c           Modified
  +12 -12    packet-vnc.c           Modified