X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8c6cca0ba1424200dcb872eb96918281c9e62784..c719d385ef376c848eb881565af23a8e304362d7:/common/protocols.h diff --git a/common/protocols.h b/common/protocols.h index 06a80de1..191c55f9 100644 --- a/common/protocols.h +++ b/common/protocols.h @@ -234,6 +234,8 @@ NXP/Philips CUSTOM COMMANDS #define TOPAZ 3 #define PROTO_MIFARE 4 #define ISO_7816_4 5 +#define ISO_15693 6 + //-- Picopass fuses #define FUSE_FPERS 0x80 @@ -260,11 +262,13 @@ NXP/Philips CUSTOM COMMANDS #define ISO7816_VERIFY 0x20 #define ISO7816_INTERNAL_AUTHENTICATION 0x88 #define ISO7816_EXTERNAL_AUTHENTICATION 0x82 -#define ISO7816_GET_CHALLENGE 0xB4 +#define ISO7816_GET_CHALLENGE 0x84 #define ISO7816_MANAGE_CHANNEL 0x70 +#define ISO7816_GET_RESPONSE 0xC0 // ISO7816-4 For response APDU's #define ISO7816_OK 0x9000 // 6x xx = ERROR +#define ISO7816_MAX_FRAME_SIZE 261