]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
small improvements, added new command `hf mf sniff` (there will be cool sniffer)...
[proxmark3-svn] / armsrc / appmain.c
index 3fdbed5cb57d4d8f2ea6c34a203739bdfab612c5..25b3c51cb9a826660b2d847142e00daf48d864da 100644 (file)
@@ -761,6 +761,11 @@ void UsbPacketReceived(uint8_t *packet, int len)
                case CMD_MIFARE_EML_CGETBLOCK:
                        MifareCGetBlock(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
                        break;
+                       
+               // mifare sniffer
+               case CMD_MIFARE_SNIFFER:
+                       SniffMifare();
+                       break;
 #endif
 
 #ifdef WITH_ICLASS
Impressum, Datenschutz