]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhficlass.c
Finally, rewrote bootrom and flasher program, much faster now
[proxmark3-svn] / client / cmdhficlass.c
index 6064b4e75f118d6d2d01930444c3d792a24f993c..f807e97215825f58c3253c566094a062dd7b3a98 100644 (file)
@@ -14,7 +14,8 @@
 #include <string.h>
 #include "iso14443crc.h" // Can also be used for iClass, using 0xE012 as CRC-type
 #include "data.h"
-#include "proxusb.h"
+//#include "proxusb.h"
+#include "proxmark3.h"
 #include "ui.h"
 #include "cmdparser.h"
 #include "cmdhficlass.h"
@@ -26,7 +27,7 @@ static int CmdHelp(const char *Cmd);
 int CmdHFiClassList(const char *Cmd)
 {
   uint8_t got[1920];
-  GetFromBigBuf(got, sizeof(got));
+  GetFromBigBuf(got,sizeof(got),0);
 
   PrintAndLog("recorded activity:");
   PrintAndLog(" ETU     :rssi: who bytes");
Impressum, Datenschutz