X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/81cd0474cb4dc85fcc78f70ad238cb684851f75f..4ab4336a97a306f97c560f4030f8faa2fd7d3aab:/armsrc/iso14443a.c diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 7ff13ae9..7eca7977 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1324,6 +1324,10 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd) if (respdata != NULL) { LogTrace(respdata,respsize, 0, SwapBits(GetParity(respdata,respsize),respsize), FALSE); } + if(traceLen > TRACE_SIZE) { + DbpString("Trace full"); + break; + } } memset(receivedCmd, 0x44, RECV_CMD_SIZE);