https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13212

--- Comment #6 from Vitaly <vitaly.bilanc...@gmail.com> ---
Great.

A little question:

What about "length" reducing in the MS-DSH processing loop? It seams that the
length should be reduced by 4 (the length of msi) on each step of the loop. It
is reduced by 2 in the current code ( "length--" in the loop expression and
"length--" in the loop statement).

Something like this ( starting epan/dissectors/packet-rtcp.c:1055):

while ( length >= 4 ... )
        {
            ...
            length -=4;
        }

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to