ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3970] New Dissector Plugin: CAPWAP Dissector

Date: Tue, 1 Sep 2009 11:50:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3970


Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald@xxxxxxxxxxxxx




--- Comment #3 from Gerald Combs <gerald@xxxxxxxxxxxxx>  2009-09-01 11:50:51 PDT ---
It looks like there might be infinite (or at least large) loops as well:

guint16 bytesRemain;
while(bytesRemain > 0) {
    ...
    bytesRemain -=4;
}


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.