X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b324b02f8845417fc5c5ae7199146d7c998d1e16..06da1c3f4b29a30dd9c9b344b4b289f716d72f6e:/include/hitag2.h diff --git a/include/hitag2.h b/include/hitag2.h index 284b5ecb..66770d98 100644 --- a/include/hitag2.h +++ b/include/hitag2.h @@ -13,15 +13,22 @@ #ifndef _HITAG2_H_ #define _HITAG2_H_ +#ifdef _MSC_VER +#define PACKED +#else +#define PACKED __attribute__((packed)) +#endif + typedef enum { - RHTSF_CHALLENGE = 01, - RHTSF_KEY = 02, + RHTSF_CHALLENGE = 01, + RHTSF_KEY = 02, WHTSF_CHALLENGE = 03, WHTSF_KEY = 04, RHT2F_PASSWORD = 21, RHT2F_AUTHENTICATE = 22, RHT2F_CRYPTO = 23, RHT2F_TEST_AUTH_ATTEMPTS = 25, + RHT2F_UID_ONLY = 26 } hitag_function; typedef struct {