]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
hf 14a snoop optimized and added parameters. hf 14a sniff - not work.
[proxmark3-svn] / armsrc / appmain.c
index 25b3c51cb9a826660b2d847142e00daf48d864da..7830265fa253e6c87cd2c84f76beaa2cacd9c6bc 100644 (file)
@@ -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
 
Impressum, Datenschutz