]> cvs.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
FIX: the acknowledgement response in setup phase now deals with MIN22, MIN256, MIN10...
[proxmark3-svn] / client / cmdhflegic.c
index be9018f6629be5f23f76e793e55d87913fb7b793..39c64921fe509f62bd6eb0427aaddf6d45e71cfe 100644 (file)
@@ -107,7 +107,8 @@ int CmdLegicDecode(const char *Cmd) {
        int bIsSegmented = 0;
 
        // download EML memory, where the "legic read" command puts the data.
-       GetEMLFromBigBuf(data_buf, sizeof(data_buf), 0);
+       // copy data from proxmark into buffer
+       GetFromBigBuf(data_buf,sizeof(data_buf),0);
        if ( !WaitForResponseTimeout(CMD_ACK, NULL, 2000)){
                PrintAndLog("Command execute timeout");
                return 1;
Impressum, Datenschutz