]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/protocols.h
fix endless loop (#782)
[proxmark3-svn] / common / protocols.h
index 06a80de14e16e08796f4cdfc7f7a984f24f0d590..191c55f9f5a537c83b091f591a9d426fb76cf0ec 100644 (file)
@@ -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
 
 
 
Impressum, Datenschutz