]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/snooper.c
5 #define HANDLE_ERROR if (error_occured) { \
13 SetLogFilename("snooper.log");
18 while (!OpenProxmark(0)) { sleep(1); }
21 CommandReceived("hi14asnoop");
23 ReceiveCommand(&cmdbuf
);
25 for (int i
= 0; i
< 5; ++i
) {
26 ReceiveCommandPoll(&cmdbuf
);
29 CommandReceived("hi14alist");