X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1e262141523bcda8b170cc42fb5bd8d6bb8d17f1..8de6b69d1ef8f20c9cd7baa79590ff7a61c7254f:/client/cmdhficlass.c diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index cb4904fd..7c31dab3 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -19,13 +19,14 @@ #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");