mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-24 04:31:49 +00:00
Merge r547-550 from trunk.
This commit is contained in:
@@ -286,6 +286,7 @@ bool pn53x_unwrap_frame(const byte_t* pbtFrame, const size_t szFrameBits, byte_t
|
||||
bool
|
||||
pn53x_decode_target_data(const byte_t* pbtRawData, size_t szDataLen, nfc_chip_t nc, nfc_target_type_t ntt, nfc_target_info_t* pnti)
|
||||
{
|
||||
uint8_t ui8AttribResLen;
|
||||
switch(ntt) {
|
||||
case NTT_MIFARE:
|
||||
case NTT_GENERIC_PASSIVE_106:
|
||||
@@ -335,7 +336,7 @@ pn53x_decode_target_data(const byte_t* pbtRawData, size_t szDataLen, nfc_chip_t
|
||||
pbtRawData += 12;
|
||||
|
||||
// Store temporarily the ATTRIB_RES length
|
||||
uint8_t ui8AttribResLen = *(pbtRawData++);
|
||||
ui8AttribResLen = *(pbtRawData++);
|
||||
|
||||
// Store the 4 bytes ID
|
||||
memcpy(pnti->nbi.abtId, pbtRawData,4);
|
||||
|
||||
Reference in New Issue
Block a user