Wireshark-bugs: [Wireshark-bugs] [Bug 9304] DCEPRC fragment are not correctly reported in the fr

Date: Thu, 07 Nov 2013 05:01:40 +0000

changed bug 9304

What Removed Added
Attachment #11839 Flags review_for_checkin+ review_for_checkin-

Comment # 5 on bug 9304 from
Comment on attachment 11839 [details]
Proposed patch

Reverted in r53130 as it breaks reassemble_test.c

The issue appears to be that the datalen member of the fragment_item isn't used
for length of a fragment, but just as a "counter" of fragments.
Perhaps more REASSEMBLE_FLAGS_NO_FRAG_NUMBER checks need to be added, but I'm
not even sure with the REASSEMBLE_FLAGS_NO_FRAG_NUMBER set that the fragments
are being calculated based on expected PDU length, which is what I believe this
patch is attempting to do.


You are receiving this mail because:
  • You are watching all bug changes.