]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhficlass.c
MAJOR update, added hitag2 reader, emulation and eavesdropping, lots of new code...
[proxmark3-svn] / client / cmdhficlass.c
index 6064b4e75f118d6d2d01930444c3d792a24f993c..7c31dab39974c3577fa085af87b524e202e6b729 100644 (file)
@@ -26,7 +26,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