]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
Basic support for EAC documents (e.g. German Identification Card)
[proxmark3-svn] / client / cmdhf.c
index 87c819fb9cb502f1cccc8fcf23ebaefbcd1e8546..0ed3de1a8eea43a4ba11a38ad02a7b56ef1b4691 100644 (file)
@@ -17,6 +17,7 @@
 #include "cmdhf14a.h"
 #include "cmdhf14b.h"
 #include "cmdhf15.h"
+#include "cmdhfepa.h"
 #include "cmdhflegic.h"
 #include "cmdhficlass.h"
 #include "cmdhfmf.h"
@@ -36,6 +37,7 @@ static command_t CommandTable[] =
   {"14a",         CmdHF14A,         1, "{ ISO14443A RFIDs... }"},
   {"14b",         CmdHF14B,         1, "{ ISO14443B RFIDs... }"},
   {"15",          CmdHF15,          1, "{ ISO15693 RFIDs... }"},
+  {"epa",         CmdHFEPA,         1, "{ German Identification Card... }"},
   {"legic",       CmdHFLegic,       0, "{ LEGIC RFIDs... }"},
   {"iclass",      CmdHFiClass,      1, "{ ICLASS RFIDs... }"},
   {"mf",               CmdHFMF,                      1, "{ MIFARE RFIDs... }"},
Impressum, Datenschutz