rename snoop -> sniff

This commit is contained in:
iceman1001 2019-03-12 12:56:39 +01:00
commit a35025f33f
3 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
// at your option, any later version. See the LICENSE.txt file for the text of
// the license.
//-----------------------------------------------------------------------------
// Snooper binary
// Sniff binary
//-----------------------------------------------------------------------------
#include "util_posix.h"
@ -19,7 +19,7 @@
int main() {
usb_init();
SetLogFilename("snooper.log");
SetLogFilename("sniffer.log");
return_on_error = 1;
@ -27,7 +27,7 @@ int main() {
while (!OpenProxmark()) { sleep(1); }
while (1) {
UsbCommand cmdbuf;
CommandReceived("hf 14a snoop");
CommandReceived("hf 14a sniff");
HANDLE_ERROR;
ReceiveCommand(&cmdbuf);
HANDLE_ERROR;