X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/313ee67ea2e748e13cb9979bc8549f05fda7996c..3d93d4f940e3251b3d18dfb1aa0839aa784cd573:/client/cmdhfmfdes.h diff --git a/client/cmdhfmfdes.h b/client/cmdhfmfdes.h index 12cb8e86..15bb9a23 100644 --- a/client/cmdhfmfdes.h +++ b/client/cmdhfmfdes.h @@ -55,4 +55,11 @@ char * GetProtocolStr(uint8_t id); #define GET_KEY_SETTINGS 0x45 #define CHANGE_KEY 0xc4 #define GET_KEY_VERSION 0x64 -#define AUTHENTICATION_FRAME 0xAF \ No newline at end of file +#define AUTHENTICATION_FRAME 0xAF + + +#define MAX_APPLICATION_COUNT 28 +#define MAX_FILE_COUNT 16 +#define MAX_FRAME_SIZE 60 +#define NOT_YET_AUTHENTICATED 255 +#define FRAME_PAYLOAD_SIZE (MAX_FRAME_SIZE - 5) \ No newline at end of file