https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3299
Summary: packet-per.c does not cope with length determinants >
127
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: Neil@xxxxxxxxxxxxxxxxxx
Neil Piercy <Neil@xxxxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2805| |review_for_checkin?
Flag| |
Created an attachment (id=2805)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2805)
Patch to fix SVN
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
packet-per.c length determinant dissection is only coded to cope with lengths
up to 127 (i.e. single octet with size flag), so e.g. octet strings > 127 are
not dissected and cause dissection to halt with the unhelpfully wrong message
of "10.9 Unaligned" - the problem is actually occurring on aligned length
determinants too.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.