X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/50d6e4abc154916cb4cf62f294700181bfc2abbc..54a942b05dd2a601b85e9851a5799929cbdffd5f:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 00f10088..dd6281cd 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -25,6 +25,8 @@ #include "cmdlfti.h" #include "cmdlfem4x.h" #include "cmdlfhitag.h" +#include "cmdlft55xx.h" +#include "cmdlfpcf7931.h" static int CmdHelp(const char *Cmd); @@ -539,6 +541,8 @@ static command_t CommandTable[] = {"ti", CmdLFTI, 1, "{ TI RFIDs... }"}, {"hitag", CmdLFHitag, 1, "{ Hitag tags and transponders... }"}, {"vchdemod", CmdVchDemod, 1, "['clone'] -- Demodulate samples for VeriChip"}, + {"t55xx", CmdLFT55XX, 1, "{ T55xx RFIDs... }"}, + {"pcf7931", CmdLFPCF7931, 1, "{PCF7931 RFIDs...}"}, {NULL, NULL, 0, NULL} };