http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45482
User: wmeier
Date: 2012/10/11 01:37 PM
Log:
copy over changes from trunk
------------------------------------------------------------------------
r45476 | wmeier | 2012-10-11 15:14:29 -0400 (Thu, 11 Oct 2012) | 12 lines
Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'.
The changes fix possibly problematical cases
(not clear upon quick inspection).
Also: fix several bugs wherein an inner 'for' loop used
the same index variable name as an outer loop thus
messing up the outerloop.
##backport
------------------------------------------------------------------------
Directory: /trunk-1.8/epan/dissectors/
Changes Path Action
+341 -339 packet-ndps.c Modified