]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
MAJOR update, added hitag2 reader, emulation and eavesdropping, lots of new code...
[proxmark3-svn] / client / cmdhf14a.c
index 4b405d2b1b0d7db24e051bc0291cec26a88ca98a..be7afc77f26ca7bfbf5366746d3775f217657b84 100644 (file)
@@ -28,7 +28,7 @@ static int CmdHelp(const char *Cmd);
 int CmdHF14AList(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