]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14b.c
MAJOR update, added hitag2 reader, emulation and eavesdropping, lots of new code...
[proxmark3-svn] / client / cmdhf14b.c
index 79c1b8ed6f689c4e22f2bd46444a80cfd6535ae7..68c7fa68616043d4b68c91df753f409e636ffbea 100644 (file)
@@ -144,7 +144,7 @@ demodError:
 int CmdHF14BList(const char *Cmd)
 {
   uint8_t got[960];
-  GetFromBigBuf(got, sizeof(got));
+  GetFromBigBuf(got,sizeof(got),0);
 
   PrintAndLog("recorded activity:");
   PrintAndLog(" time  :rssi: who bytes");
Impressum, Datenschutz