mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: the "HF MFU" authentication changes.
CHG: name change from "hf 14a snoop" -> "hf 14a sniff"..
This commit is contained in:
parent
9926d131c4
commit
4d2e4eea58
5 changed files with 172 additions and 203 deletions
|
@ -802,7 +802,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
|
||||
#ifdef WITH_ISO14443a
|
||||
case CMD_SNOOP_ISO_14443a:
|
||||
SnoopIso14443a(c->arg[0]);
|
||||
SniffIso14443a(c->arg[0]);
|
||||
break;
|
||||
case CMD_READER_ISO_14443a:
|
||||
ReaderIso14443a(c);
|
||||
|
@ -828,11 +828,8 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_MIFAREU_READBL:
|
||||
MifareUReadBlock(c->arg[0],c->arg[1], c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFAREUC_AUTH1:
|
||||
MifareUC_Auth1(c->arg[0],c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFAREUC_AUTH2:
|
||||
MifareUC_Auth2(c->arg[0],c->d.asBytes);
|
||||
case CMD_MIFAREUC_AUTH:
|
||||
MifareUC_Auth(c->arg[0],c->d.asBytes);
|
||||
break;
|
||||
case CMD_MIFAREU_READCARD:
|
||||
case CMD_MIFAREUC_READCARD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue