mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
cppchecker
This commit is contained in:
parent
05c5179b41
commit
5c1b99b048
1 changed files with 1 additions and 2 deletions
|
@ -165,8 +165,7 @@ static void print_cb(void *data, const struct tlv *tlv, int level, bool is_leaf)
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TLVPrintFromBuffer(uint8_t *data, int datalen) {
|
bool TLVPrintFromBuffer(uint8_t *data, int datalen) {
|
||||||
struct tlvdb *t = NULL;
|
struct tlvdb *t = tlvdb_parse_multi(data, datalen);
|
||||||
t = tlvdb_parse_multi(data, datalen);
|
|
||||||
if (t) {
|
if (t) {
|
||||||
PrintAndLogEx(INFO, "-------------------- " _CYAN_("TLV decoded") " --------------------");
|
PrintAndLogEx(INFO, "-------------------- " _CYAN_("TLV decoded") " --------------------");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue