]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
Added iClass eavesdrop support for Proxmark3
[proxmark3-svn] / client / cmdhf.c
index 176d99cc8928982f438061b51a24122904355758..15b9e9845aad34cd1eb9b2ce83e1718b8d2d46c3 100644 (file)
@@ -18,6 +18,7 @@
 #include "cmdhf14b.h"
 #include "cmdhf15.h"
 #include "cmdhflegic.h"
+#include "cmdhficlass.h"
 
 static int CmdHelp(const char *Cmd);
 
@@ -35,6 +36,7 @@ static command_t CommandTable[] =
   {"14b",         CmdHF14B,         1, "{ ISO14443B RFIDs... }"},
   {"15",          CmdHF15,          1, "{ ISO15693 RFIDs... }"},
   {"legic",       CmdHFLegic,       0, "{ LEGIC RFIDs... }"},
+  {"iclass",      CmdHFiClass,      1, "{ ICLASS RFIDs... }"},
   {"tune",        CmdHFTune,        0, "Continuously measure HF antenna tuning"},
   {NULL, NULL, 0, NULL}
 };
Impressum, Datenschutz