mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
dump only leaf TLV data
This commit is contained in:
parent
43912d6349
commit
33a9982c76
4 changed files with 8 additions and 4 deletions
|
@ -17,6 +17,7 @@
|
|||
#define DUMP_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
void dump_buffer_simple(const unsigned char *ptr, size_t len, FILE *f);
|
||||
void dump_buffer(const unsigned char *ptr, size_t len, FILE *f, int level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue