Wireshark-bugs: [Wireshark-bugs] [Bug 9333] USB: NFC: Final work on PN532, add PN532_HCI dissect

Date: Thu, 07 Nov 2013 08:21:48 +0000

changed bug 9333

What Removed Added
Attachment #12036 Flags   review_for_checkin?

Comment # 29 on bug 9333 from
Created attachment 12036 [details]
[PATCH] NFC: PN532: Fix data type to avoid loss of precision

Thanks Michael. I attached patch to fix type of that variables, because they
are uint8, but must be promoted to int16 to keep original value and extend it
to one more value - Unknown value - this value it set on the lines: 794 and
1275 and used to avoid incorrect decoding of payload.

About USB part. According to discussion on
http://www.wireshark.org/lists/wireshark-dev/201311/msg00035.html it is ok to
add this to avoid compiler warnings.


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