X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d9ed4e191445d342d11e35fbe4886980e40771a8..be67483e63430608982f1c92e02b59d7b4dc65b3:/client/mifarehost.h diff --git a/client/mifarehost.h b/client/mifarehost.h index 1593c390..e172bd39 100644 --- a/client/mifarehost.h +++ b/client/mifarehost.h @@ -7,21 +7,21 @@ //----------------------------------------------------------------------------- // High frequency ISO14443A commands //----------------------------------------------------------------------------- +#ifndef __MIFARE_HOST_H +#define __MIFARE_HOST_H #include #include #include #include #include -#include "proxmark3.h" -//#include "radixsort.h" -#include + +#include "proxmark3.h" // time_t #include "common.h" #include "cmdmain.h" #include "ui.h" #include "data.h" #include "util.h" -//#include "nonce2key/nonce2key.h" #include "nonce2key/crapto1.h" #include "iso14443crc.h" #include "protocols.h" @@ -58,7 +58,7 @@ typedef struct { typedef struct { uint64_t Key[2]; int foundKey[2]; -} sector; +} sector_t; extern int compar_int(const void * a, const void * b); extern char logHexFileName[FILE_PATH_SIZE]; @@ -84,3 +84,4 @@ int isBlockTrailer(int blockN); int loadTraceCard(uint8_t *tuid, uint8_t uidlen); int saveTraceCard(void); int tryDecryptWord(uint32_t nt, uint32_t ar_enc, uint32_t at_enc, uint8_t *data, int len); +#endif \ No newline at end of file