X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/75377d29d6f63cf67e427727706fe19149640861..a749b1e58b3e2739460a982ca180d79012ab62c8:/client/cmdhfmfu.h diff --git a/client/cmdhfmfu.h b/client/cmdhfmfu.h index 8e96775c..8548cd5b 100644 --- a/client/cmdhfmfu.h +++ b/client/cmdhfmfu.h @@ -1,28 +1,10 @@ -#include "cmdhfmf.h" -#include "cmdhf14a.h" - #ifndef CMDHFMFU_H__ #define CMDHFMFU_H__ -//standard ultralight -int CmdHF14AMfUWrBl(const char *Cmd); -int CmdHF14AMfURdBl(const char *Cmd); - -//Crypto Cards -int CmdHF14AMfUCRdBl(const char *Cmd); -int CmdHF14AMfUCRdCard(const char *Cmd); -int CmdHF14AMfucAuth(const char *Cmd); - -//general stuff -int CmdHF14AMfUDump(const char *Cmd); -void rol (uint8_t *data, const size_t len); - -uint8_t requestAuthentication( uint8_t *nonce); -int try3DesAuthentication( uint8_t *key); -uint16_t GetHF14AMfU_Type(void); +#include -int usage_hf_mfu_dump(void); +extern int CmdHFMFUltra(const char *Cmd); +extern uint32_t GetHF14AMfU_Type(void); +extern int ul_print_type(uint32_t tagtype, uint8_t spacer); -int CmdHFMFUltra(const char *Cmd); -int CmdHF14AMfUInfo(const char *Cmd); #endif