]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
Updated clone/sim cmd help + minor text fixes
[proxmark3-svn] / include / mifare.h
index 11c977d579626a028500ccb1d668c56961519982..fa714f26117d7f0297f828dc845f883a71a24aad 100644 (file)
@@ -37,7 +37,13 @@ typedef enum ISO14A_COMMAND {
        ISO14A_TOPAZMODE =                      (1 << 8)
 } iso14a_command_t;
 
-
+typedef struct {
+       uint8_t* response;
+       size_t   response_n;
+       uint8_t* modulation;
+       size_t   modulation_n;
+       uint32_t ProxToAirDuration;
+} tag_response_info_t;
 //-----------------------------------------------------------------------------
 // ISO 14443B
 //-----------------------------------------------------------------------------
@@ -74,6 +80,11 @@ typedef struct {
   uint32_t nr2;
   uint8_t  sector;
   uint8_t  keytype;
+  enum {
+               EMPTY,
+               FIRST,
+               SECOND,
+       } state;
 } nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz