]> 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 cb4904fd4f94d49a222c4e5960adb1f4464726b7..7c31dab39974c3577fa085af87b524e202e6b729 100644 (file)
 #include "cmdparser.h"
 #include "cmdhficlass.h"
 #include "common.h"
+#include "util.h"
 
 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