https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5129
Summary: daintree-sna.c declares all packets to have invalid
length
Product: Wireshark
Version: 1.4.0
Platform: x86
OS/Version: All
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: hamish@xxxxxxxxxxxx
Created an attachment (id=5078)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5078)
patch
Build Information:
trunk (r33901)
--
daintree_sna_read() is comparing the header data length after FCS is removed
with the packet data length before the FCS is removed, which always differ by 2
bytes.
This makes DCF support unusable.
It's ok in trunk-1.4.
Patch attached.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.