X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/873014de8a4be0f68524531cc90fe6c1dfdffded..9ca155ba443e8f2a9feb7640f4b461842cce9e35:/client/cmdhf.c diff --git a/client/cmdhf.c b/client/cmdhf.c index 15b9e984..87c819fb 100644 --- a/client/cmdhf.c +++ b/client/cmdhf.c @@ -19,6 +19,7 @@ #include "cmdhf15.h" #include "cmdhflegic.h" #include "cmdhficlass.h" +#include "cmdhfmf.h" static int CmdHelp(const char *Cmd); @@ -37,6 +38,7 @@ static command_t CommandTable[] = {"15", CmdHF15, 1, "{ ISO15693 RFIDs... }"}, {"legic", CmdHFLegic, 0, "{ LEGIC RFIDs... }"}, {"iclass", CmdHFiClass, 1, "{ ICLASS RFIDs... }"}, + {"mf", CmdHFMF, 1, "{ MIFARE RFIDs... }"}, {"tune", CmdHFTune, 0, "Continuously measure HF antenna tuning"}, {NULL, NULL, 0, NULL} };