CHG: the work in progress of making "HF MFU INFO" / "HF MFU DUMP" goes on.

ook @marshmellows changes and remade them a bit. TagTypeUL_t behaves like a flag-enum.
     "HF MFU DUMP" now autodetects tagtype, and the deviceside should report back proper length.
This commit is contained in:
iceman1001 2015-04-30 10:15:52 +02:00
commit 1ec21089b2
3 changed files with 171 additions and 147 deletions

View file

@ -19,6 +19,9 @@ void rol (uint8_t *data, const size_t len);
uint8_t requestAuthentication( uint8_t *nonce);
int try3DesAuthentication( uint8_t *key);
uint8_t GetHF14AMfU_Type();
int usage_hf_mfu_dump();
int CmdHFMFUltra(const char *Cmd);
int CmdHF14AMfUInfo(const char *Cmd);