Added iClass eavesdrop support for Proxmark3

This commit is contained in:
dekoninggans@gmail.com 2011-05-18 12:33:32 +00:00
commit cee5a30d53
12 changed files with 1158 additions and 2 deletions

View file

@ -644,7 +644,7 @@ void RAMFUNC SnoopIso14443a(void)
// Count of samples received so far, so that we can include timing
// information in the trace buffer.
int samples = 0;
int rsamples = 0;
int rsamples = 0;
memset(trace, 0x44, RECV_CMD_OFFSET);