ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7255] dissector for generic ISO 7816 messages (atr and apd

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

Pascal Quantin <pascal.quantin@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pascal.quantin@xxxxxxxxx

--- Comment #8 from Pascal Quantin <pascal.quantin@xxxxxxxxx> 2012-05-14 14:37:38 PDT ---
Hi,

(In reply to comment #0)
>So far, I've coded only the basic apdu structure. When the dissector is merged,
>I'll add the apdus and parameters defined in iso7816-4 and other 7816 parts.
Will you add also the decoding of SW1SW2 bytes (I assume they have the same
kind of meaning as in the ETSI/3GPP specs)?

> The caller of this dissector has to supply a direction (to the smartcard or
> from the smartcard), this is stored in a frame's private data.
Why not use pinfo->p2p_dir = P2P_DIR_SENT or P2P_DIR_RECV instead of adding the
direction to private data?

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