mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
rename snoop -> sniff
This commit is contained in:
parent
1b2601a48a
commit
a35025f33f
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue