mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
hf 14a snoop optimized and added parameters. hf 14a sniff - not work.
This commit is contained in:
parent
b62a5a8444
commit
5cd9ec01e0
5 changed files with 197 additions and 186 deletions
|
@ -706,7 +706,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
|
||||
#ifdef WITH_ISO14443a
|
||||
case CMD_SNOOP_ISO_14443a:
|
||||
SnoopIso14443a();
|
||||
SnoopIso14443a(c->arg[0]);
|
||||
break;
|
||||
case CMD_READER_ISO_14443a:
|
||||
ReaderIso14443a(c, &ack);
|
||||
|
@ -764,7 +764,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
|
||||
// mifare sniffer
|
||||
case CMD_MIFARE_SNIFFER:
|
||||
SniffMifare();
|
||||
SniffMifare(c->arg[0]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue