Wireshark-bugs: [Wireshark-bugs] [Bug 8264] USB: configuration descriptors marked as malformed w
Date: Sun, 27 Jan 2013 17:48:03 +0000

Comment # 1 on bug 8264 from
Created attachment 9880 [details]
Testcase

Frames 6,14,34: normal configuration descriptor "probe" to find total length

Frame 8: normal read of full configuration descriptor

Frame 20: partial read of configuration descriptor. 
          This is the case that the existing code marked as Malformed,
          prompting this patch.

Frame 22: Same as frame 8 but the last descriptor was hacked to exercise
          code to mark the descriptor as malformed (illegal length that
          would exceed the total reported config descriptor length)

Frame 36: Same as frame 8 but the last descriptor was hacked to exercise
          code to mark the descriptor as malformed (illegal length of 1)


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