]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.h
Merge branch 'master' of github.com:merlokk/proxmark3 into 14a_rework3
[proxmark3-svn] / client / cmdhf14a.h
index 0b58a55ada4edd53dfa34279f564ade19fd3125e..16e03574a4bc5d9b5c5d50277d4516a87ff5d229 100644 (file)
 #include "mifare.h"
 #include "cmdhfmfu.h"
 #include "mifarehost.h"
+#include "emv/apduinfo.h"
+#include "emv/emvcore.h"
+
+// structure and database for uid -> tagtype lookups 
+typedef struct { 
+       uint8_t uid;
+       char* desc;
+} manufactureName; 
 
 int CmdHF14A(const char *Cmd);
 int CmdHF14AList(const char *Cmd);
 int CmdHF14AMifare(const char *Cmd);
 int CmdHF14AReader(const char *Cmd);
+extern int CmdHF14AInfo(const char *Cmd);
 int CmdHF14ASim(const char *Cmd);
 int CmdHF14ASnoop(const char *Cmd);
 char* getTagInfo(uint8_t uid);
Impressum, Datenschutz