]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/snooper.c
Merge pull request #264 from qweenwasabi/master
[proxmark3-svn] / client / snooper.c
index 7723a470d8ae088aa9e2036504075ad97297f4e5..14f0706314d253008a2949a61f57ac01993fe9ea 100644 (file)
@@ -1,4 +1,13 @@
-#include "sleep.h"
+//-----------------------------------------------------------------------------
+// Copyright (C) 2009 Michael Gernoth <michael at gernoth.net>
+//
+// This code is licensed to you under the terms of the GNU GPL, version 2 or,
+// at your option, any later version. See the LICENSE.txt file for the text of
+// the license.
+//-----------------------------------------------------------------------------
+// Snooper binary
+//-----------------------------------------------------------------------------
+
 #include "ui.h"
 #include "proxusb.h"
 #include "cmdmain.h"
@@ -19,7 +28,7 @@ int main()
     while (!OpenProxmark(0)) { sleep(1); }
     while (1) {
       UsbCommand cmdbuf;
-      CommandReceived("hi14asnoop");
+      CommandReceived("hf 14a snoop");
       HANDLE_ERROR;
       ReceiveCommand(&cmdbuf);
       HANDLE_ERROR;
@@ -27,7 +36,7 @@ int main()
         ReceiveCommandPoll(&cmdbuf);
       }
       HANDLE_ERROR;
-      CommandReceived("hi14alist");
+      CommandReceived("hf 14a list");
       HANDLE_ERROR;
     }
   }
Impressum, Datenschutz