]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
Merge pull request #440 from merlokk/c3
[proxmark3-svn] / include / mifare.h
index ad86886dbc0b69afc29ce453b08ec94be5cd23fb..bede67a97723ebe56d649839d5c378a706d7db90 100644 (file)
@@ -34,7 +34,21 @@ typedef enum ISO14A_COMMAND {
        ISO14A_APPEND_CRC =                     (1 << 5),
        ISO14A_SET_TIMEOUT =            (1 << 6),
        ISO14A_NO_SELECT =                      (1 << 7),
-       ISO14A_TOPAZMODE =                      (1 << 8)
+       ISO14A_TOPAZMODE =                      (1 << 8),
+       ISO14A_NO_RATS =                        (1 << 9)
 } iso14a_command_t;
 
+typedef struct {
+       uint32_t cuid;
+       uint8_t  sector;
+       uint8_t  keytype;
+       uint32_t nonce;
+       uint32_t ar;
+       uint32_t nr;
+       uint32_t at;
+       uint32_t nonce2;
+       uint32_t ar2;
+       uint32_t nr2;
+} nonces_t;
+
 #endif // _MIFARE_H_
Impressum, Datenschutz