Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8953] HTTP AMF V3 always shows malformed packet (maybe sam

Date: Mon, 22 Jul 2013 18:14:49 +0000

Comment # 5 on bug 8953 from
get_uint_value() is treating all non-zero values of "encoding" as meaning
"little-endian", but it gets passed an encoding value that might also include
other encoding bits.  It needs to check *only* the relevant bits of the
encoding.

(Just in case we add other encoding bits for integral values in the future,
we'll still pass it the full encoding value.)


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