Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4300] DTN: Bundle Protocol Control flag length check is in

Date: Tue, 21 Dec 2010 19:01:49 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4300

--- Comment #5 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-12-21 19:01:45 PST ---
(In reply to comment #4)
> Technically, 1, 2, 3,
> and 4 are all valid lengths for all of the FT_UINT* types, so we might be able
> to get away with changing the check from "sdnv_length != 1" to "sdnv_length < 1
> || sdnv_length > 4".

Is this still a problem?  Currently in rev 35241 the check is for "sdnv_length
< 1".  Should it be changed to "sdnv_length < 1 || sdnv_length > 4", or perhaps
there's no need and this bug can be closed?

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