]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/iso14443a.c
added better tracing capabilities, fixed some reader issues
[proxmark3-svn] / armsrc / iso14443a.c
index 7ff13ae998a2676f5a5dc0ef37b11600d3ee85bf..7eca7977a5d6dba114fe95eb24c194f6208e3321 100644 (file)
@@ -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);
Impressum, Datenschutz