aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dua.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-10-11 19:14:29 +0000
committerBill Meier <wmeier@newsguy.com>2012-10-11 19:14:29 +0000
commitb2cb4007e3436c42a3394285215f8f6852d3bffe (patch)
treefc04c4dbc9bf399b5da2d3c4fd22035aa90ff38c /epan/dissectors/packet-dua.c
parent552a9c6b1ecee2a1d0b6dbafb92c125937887576 (diff)
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 svn path=/trunk/; revision=45476
Diffstat (limited to 'epan/dissectors/packet-dua.c')
0 files changed, 0 insertions, 0 deletions