]>
git.zerfleddert.de Git - proxmark3-svn/blob - client/snooper.c
7723a470d8ae088aa9e2036504075ad97297f4e5
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");