Wireshark-bugs: [Wireshark-bugs] [Bug 4827] Calculate CCSDS packet checksum

Date: Tue, 10 Aug 2010 22:43:59 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4827

--- Comment #7 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2010-08-11 07:43:54 CEST ---
+        /* Add ccsds tree item to cover ccsds reported length, not available
length */
+        ccsds_length = tvb_get_ntohs(tvb, offset+4) +
CCSDS_PRIMARY_HEADER_LENGTH + 1;

So, what happens with a packet where snap length < ccsds_length?

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