X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c68b84a6e2dfc8657660c2d939ad3fd8ad096a8..a360a90bb613c17bf6ee57f2e50d267579480b1b:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 23c8a1ce..0ab24dba 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -1119,6 +1119,11 @@ int CmdLFfind(const char *Cmd) { PrintAndLog("\nValid NexWatch ID Found!"); return 1; } + ans=CmdLFNedapDemod(""); + if (ans>0) { + PrintAndLog("\nValid NEDAP ID Found!"); + return 1; + } // TIdemod? @@ -1192,6 +1197,7 @@ static command_t CommandTable[] = {"hid", CmdLFHID, 1, "{ HID RFIDs... }"}, {"hitag", CmdLFHitag, 1, "{ HITAG RFIDs... }"}, {"io", CmdLFIO, 1, "{ IOPROX RFIDs... }"}, + {"nedap", CmdLFNedap, 1, "{ NEDAP RFIDs... }"}, {"pcf7931", CmdLFPCF7931, 1, "{ PCF7931 RFIDs... }"}, {"presco", CmdLFPresco, 1, "{ Presco RFIDs... }"}, {"pyramid", CmdLFPyramid, 1, "{ Farpointe/Pyramid RFIDs... }"},