projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
FIX: this fixes the "hf mf sniff l d f" command, which has been broken for a while...
[proxmark3-svn]
/
armsrc
/
iclass.c
diff --git
a/armsrc/iclass.c
b/armsrc/iclass.c
index 134e7a5ec0aeab918ec5acceb674efb46676ad0a..8c3be1f6a1f9bb64c0c44ea24cca68eeb52221bb 100644
(file)
--- a/
armsrc/iclass.c
+++ b/
armsrc/iclass.c
@@
-1296,7
+1296,8
@@
int doIClassSimulation( int simulationMode, uint8_t *reader_mac_buf)
receivedCmd[3], receivedCmd[4], receivedCmd[5],
receivedCmd[6], receivedCmd[7], receivedCmd[8]);
// Do not respond
receivedCmd[3], receivedCmd[4], receivedCmd[5],
receivedCmd[6], receivedCmd[7], receivedCmd[8]);
// Do not respond
- modulated_response = resp_sof; modulated_response_size = 0; //order = 0;
+ modulated_response = resp_sof;
+ modulated_response_size = 0; //order = 0;
trace_data = NULL;
trace_data_size = 0;
}
trace_data = NULL;
trace_data_size = 0;
}
Impressum
,
Datenschutz