tlv decoder works.

This commit is contained in:
merlokk 2017-11-02 14:11:42 +02:00
commit 23207d748f
3 changed files with 3 additions and 26 deletions

View file

@ -19,7 +19,7 @@ static bool print_cb(void *data, const struct tlv *tlv) {
void TLVPrintFromBuffer(uint8_t *data, int datalen) {
struct tlvdb *t = NULL;
t = tlvdb_parse(data, datalen);
t = tlvdb_parse_multi(data, datalen);
if (t) {
PrintAndLog("TLV decoded:");