https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4300
Summary: DTN: Bundle Protocol Control flag length check is
incorrect
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: mithunroy13@xxxxxxxxx
Build Information:
wireshark 1.3.3 (SVN Rev 31182 from /trunk)
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.18.3, with GLib 2.22.2, with libpcap 1.0.0, with libz
1.2.3.3, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, without GnuTLS, without
Gcrypt, without Kerberos, without GeoIP, without PortAudio, without AirPcap,
with new_packet_list.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.
Running on Linux 2.6.31-14-generic, with libpcap version 1.0.0.
Built using gcc 4.4.1.
--
The length of the control flag field in the bundle protocol is a
sdnv(self-delimiting numeric values). So it is incorrect to check if its length
is 1. More often than not, it is 2 or greater than 2.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.