From: merlokk <olegmsn@gmail.com>
Date: Sun, 3 Dec 2017 18:28:36 +0000 (+0200)
Subject: added a tag
X-Git-Tag: v3.1.0~111^2~2
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f7ec230e985e85f75065e914fe3968b801b18666

added a tag
---

diff --git a/client/emv/emv_tags.c b/client/emv/emv_tags.c
index 1c5cbb9d..89626cee 100644
--- a/client/emv/emv_tags.c
+++ b/client/emv/emv_tags.c
@@ -271,6 +271,7 @@ static const struct emv_tag emv_tags[] = {
 	{ 0x9f6c, "Card Transaction Qualifiers (CTQ)", EMV_TAG_BITMASK, &EMV_CTQ },
 	{ 0xa5  , "File Control Information (FCI) Proprietary Template" },
 	{ 0xbf0c, "File Control Information (FCI) Issuer Discretionary Data" },
+	{ 0xdf20, "Issuer Proprietary Bitmap (IPB)" },
 };
 
 static int emv_sort_tag(tlv_tag_t tag)