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 7255] dissector for generic ISO 7816 messages (atr and apd

Date: Sun, 13 May 2012 13:14:08 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7255

--- Comment #6 from Tyson Key <tyson.key@xxxxxxxxx> 2012-05-13 13:14:08 PDT ---
Regarding the SIMtrace stuff: I haven't had too many problems with their
dissector - although it sometimes seems to assume the presence of status bytes
in places where they shouldn't be (usually in request APDUs), and it obviously
doesn't support ATRs at present.

The implementation of the PN532 protocol that I was working with wrapped
request packets in a 5 byte header (something like 0xFF 0x00 0x00 0x00
PayloadLength, if I remember correctly), and appended a status word (usually
0x90 0x00) to responses - so I needed to do some extra processing to remove
that encapsulation, prior to working with the payloads elsewhere.

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