mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'hf 14b snoop' renamed 'hf 14b sniff'...
In order to use one command for SNIFFING.. All snoop names will be renamed.
This commit is contained in:
parent
5dc1761943
commit
b578e55d17
5 changed files with 68 additions and 73 deletions
|
@ -764,7 +764,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
ReadSTMemoryIso14443b(c->arg[0]);
|
||||
break;
|
||||
case CMD_SNOOP_ISO_14443B:
|
||||
SnoopIso14443b();
|
||||
SniffIso14443b();
|
||||
break;
|
||||
case CMD_SIMULATE_TAG_ISO_14443B:
|
||||
SimulateIso14443bTag(c->arg[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue