From: Martin Holst Swende Date: Sun, 29 Jun 2014 11:52:05 +0000 (+0200) Subject: Merge branch 'PenturaLabs-iclass-research' of github.com:Proxmark/proxmark3 into... X-Git-Tag: v2.0.0-rc1~88^2~4 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d2d0af8ca61484f1460ea302e6bcc2e1cac71297?hp=74a3880283e26a957b61221028792a868daa7f05 Merge branch 'PenturaLabs-iclass-research' of github.com:Proxmark/proxmark3 into PenturaLabs-iclass-research --- diff --git a/armsrc/iclass.c b/armsrc/iclass.c index aedf3f19..b14a0db5 100644 --- a/armsrc/iclass.c +++ b/armsrc/iclass.c @@ -1717,7 +1717,9 @@ void IClass_iso14443A_GetPublic(uint8_t arg0) { if(ReaderReceiveIClass(resp) == 10) { //Copy the Anti-collision CSN to our select-packet memcpy(&select[1],resp,8); - Dbprintf("Anti-collision CSN: %02x %02x %02x %02x %02x %02x %02x %02x"); + Dbprintf("Anti-collision CSN: %02x %02x %02x %02x %02x %02x %02x %02x",resp[0], resp[1], resp[2], + resp[3], resp[4], resp[5], + resp[6], resp[7]); //Select the card ReaderTransmitIClass(select, sizeof(select));