mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added hf 14b view
and modified dump command to be prepared to handle the different tags
This commit is contained in:
parent
45ea60c92b
commit
7b732e152e
2 changed files with 291 additions and 151 deletions
|
@ -50,6 +50,13 @@ typedef enum ISO14B_COMMAND {
|
|||
ISO14B_SELECT_XRX = (1 << 12),
|
||||
} iso14b_command_t;
|
||||
|
||||
typedef enum ISO14B_TYPE {
|
||||
ISO14B_NONE = 0,
|
||||
ISO14B_STANDARD = 1,
|
||||
ISO14B_SR = 2,
|
||||
ISO14B_CT = 4,
|
||||
} iso14b_type_t;
|
||||
|
||||
typedef struct {
|
||||
uint16_t flags; // the ISO14B_COMMAND enum
|
||||
uint32_t timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue