mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-05 20:41:34 -07:00
Update cmdhficlass.c
Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
c729c88f1d
commit
43943ce9a5
1 changed files with 1 additions and 1 deletions
|
@ -6054,8 +6054,8 @@ static int CmdHFiClassSAM(const char *Cmd) {
|
|||
}else if (match_with_wildcard(d, snmp_pattern, snmp_mask, 6)){
|
||||
is_snmp = true;
|
||||
PrintAndLogEx(SUCCESS, _YELLOW_("[samSNMPMessageResponse] ")"%s", sprint_hex(d + 6, resp.length - 6));
|
||||
PrintAndLogEx(SUCCESS, _YELLOW_("[samResponseAcknowledge] ")"%s", sprint_hex(d + 4, resp.length - 4));
|
||||
}else if (match_with_wildcard(d,ok_pattern, ok_mask, 3)){
|
||||
PrintAndLogEx(SUCCESS, _YELLOW_("[samResponseAcknowledge] ")"%s", sprint_hex(d + 4, resp.length - 4));
|
||||
}else{
|
||||
print_hex(d, resp.length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue