This commit is contained in:
iceman1001 2018-01-05 17:41:11 +01:00
commit 0fda0329eb
2 changed files with 17 additions and 19 deletions

View file

@ -194,9 +194,9 @@ int usage_hf_iclass_replay(void) {
}
int usage_hf_iclass_sniff(void) {
PrintAndLog("HELP: Snoops the communication between reader and tag");
PrintAndLog("Usage: hf iclass snoop [h]");
PrintAndLog("Usage: hf iclass sniff [h]");
PrintAndLog("Samples:");
PrintAndLog(" hf iclass snoop");
PrintAndLog(" hf iclass sniff");
return 0;
}
int usage_hf_iclass_loclass(void) {
@ -1919,7 +1919,7 @@ int CmdHFiClassCheckKeys(const char *Cmd) {
for (uint32_t i = 0; i < keycnt; i += chunksize) {
uint64_t t2 = msclock();
uint32_t timeout = 0;
uint8_t timeout = 0;
if (ukbhit()) {
int gc = getchar(); (void)gc;