]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/proxmark3.c
Improvements/Fixes to 14443 sniffing/snooping
[proxmark3-svn] / client / proxmark3.c
index 2fefc890f1b3bf9f3cbfde738ffb454851b1c779..91bc7b3140755690726547d323c96f93453dc2ac 100644 (file)
@@ -41,6 +41,12 @@ void SendCommand(UsbCommand *c) {
     ERR("Sending command failed, previous command is still pending");
   }
 */
+  if(offline)
+    {
+      PrintAndLog("Sending bytes to proxmark failed - offline");
+      return;
+    }
+
   while(txcmd_pending);
   txcmd = *c;
   txcmd_pending = true;
@@ -168,6 +174,7 @@ static void *main_loop(void *targ) {
                        
                        if (cmd[0] != 0x00) {
                                if (strncmp(cmd, "quit", 4) == 0) {
+                                       exit(0);
                                        break;
                                }
                                
Impressum, Datenschutz