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 22:28:42 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4300

--- Comment #6 from Mithun Roy <mithunroy13@xxxxxxxxx> 2010-12-21 22:28:41 PST ---
sdnv_length is a variable field so it is fine to check if sdnv_length < 1, but 
"sdnv_length < 1 || sdnv_length > 4" is not correct because there is a
possibility that the length will be greater than 4.

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