]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/snooper.c
6 #define HANDLE_ERROR if (error_occured) { \
14 SetLogFilename("snooper.log");
19 while (!OpenProxmark(0)) { sleep(1); }
22 CommandReceived("hi14asnoop");
24 ReceiveCommand(&cmdbuf
);
26 for (int i
= 0; i
< 5; ++i
) {
27 ReceiveCommandPoll(&cmdbuf
);
30 CommandReceived("hi14alist");