X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e98300f2455f72b64df737b3a81c072b6b3761e3..f5fca2ed62fa1948cf1cc4eabaa6dc4cc27762cd:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index f3a3f52a..96e31541 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -25,6 +25,7 @@ #include "cmdlfem4x.h" #include "cmdlfhitag.h" #include "cmdlft55xx.h" +#include "cmdlfpcf7931.h" static int CmdHelp(const char *Cmd); @@ -540,6 +541,7 @@ static command_t CommandTable[] = {"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} };