]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/mifare.h
textual change @4m4rOk
[proxmark3-svn] / include / mifare.h
index bd78dda6b671cff4e9d4b171e03d691c4206cd7c..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
 //-----------------------------------------------------------------------------
@@ -66,14 +72,19 @@ typedef enum ISO14B_COMMAND {
 //-----------------------------------------------------------------------------
 typedef struct {
   uint32_t cuid;
-  uint8_t  sector;
-  uint8_t  keytype;
   uint32_t nonce;
   uint32_t ar;
   uint32_t nr;
   uint32_t nonce2;
   uint32_t ar2;
   uint32_t nr2;
+  uint8_t  sector;
+  uint8_t  keytype;
+  enum {
+               EMPTY,
+               FIRST,
+               SECOND,
+       } state;
 } nonces_t;
 
 #endif // _MIFARE_H_
Impressum, Datenschutz