mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix zealous fix...
This commit is contained in:
parent
b9e0b57cd8
commit
7fdaac0319
1 changed files with 1 additions and 0 deletions
|
@ -435,6 +435,7 @@ static int ndefDecodePayloadDeviceInfo(uint8_t *payload, size_t len) {
|
||||||
n = *(p++);
|
n = *(p++);
|
||||||
PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p);
|
PrintAndLogEx(INFO, "Unique name... " _YELLOW_("%.*s"), n, p);
|
||||||
p += n + 1;
|
p += n + 1;
|
||||||
|
p++;
|
||||||
//uuid string
|
//uuid string
|
||||||
// record.uuid_string = '123e4567-e89b-12d3-a456-426655440000'
|
// record.uuid_string = '123e4567-e89b-12d3-a456-426655440000'
|
||||||
// 8-4-4-4-12
|
// 8-4-4-4-12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue