]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
Added iClass eavesdrop support for Proxmark3
[proxmark3-svn] / armsrc / appmain.c
index aa70e677e7a1cef51e2414085be26301488e8786..47fa2f99f9fdb7f35832c5a639c82c78b57886fc 100644 (file)
@@ -706,6 +706,13 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        break;
 #endif
 
+#ifdef WITH_ISO14443a
+               // Makes use of ISO14443a FPGA Firmware
+               case CMD_SNOOP_ICLASS:
+                       SnoopIClass();
+                       break;
+#endif
+
                case CMD_SIMULATE_TAG_HF_LISTEN:
                        SimulateTagHfListen();
                        break;
Impressum, Datenschutz