From: merlokk Date: Sun, 3 Dec 2017 18:36:04 +0000 (+0200) Subject: added 9f0a tag X-Git-Tag: v3.1.0~111^2~1 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5a1b25ac31a1436455e54e76b6525721eace24bf added 9f0a tag --- diff --git a/client/emv/emv_tags.c b/client/emv/emv_tags.c index 89626cee..80b4c29d 100644 --- a/client/emv/emv_tags.c +++ b/client/emv/emv_tags.c @@ -222,6 +222,7 @@ static const struct emv_tag emv_tags[] = { { 0x9f06, "Application Identifier (AID), Terminal. ISO 7816-5" }, { 0x9f07, "Application Usage Control", EMV_TAG_BITMASK, &EMV_AUC }, { 0x9f08, "Application Version Number" }, + { 0x9f0a, "Application Selection Registered Proprietary Data" }, // https://blog.ul-ts.com/posts/electronic-card-identifier-one-more-step-for-mif-compliance/ { 0x9f0d, "Issuer Action Code - Default", EMV_TAG_BITMASK, &EMV_TVR }, { 0x9f0e, "Issuer Action Code - Denial", EMV_TAG_BITMASK, &EMV_TVR }, { 0x9f0f, "Issuer Action Code - Online", EMV_TAG_BITMASK, &EMV_TVR },