]> git.zerfleddert.de Git - proxmark3-svn/commit - armsrc/iso15693.c
fix 'hf iclass' (#879)
authorpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 13 Nov 2019 17:00:33 +0000 (18:00 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 17:00:33 +0000 (18:00 +0100)
commit496bb4be3306b86699abdab9ecf4e677fd61c92b
tree0e2ce8f7c2a07440183a1358a3ee291e75506333
parentea5e5d042e94ab3750def0b9b9b7c18558741f37
fix 'hf iclass' (#879)

* add loooong timeout for UPDATE command
* add flags FLAG_ICLASS_READER_INIT and FLAG_ICLASS_READER_CLEARTRACE
* don't overwrite trace buffer during 'hf iclass dump'
* fix long waiting time when start_time==0 in TransmitTo15693Tag()
* remove some additional debug prints
* refactoring: move helper functions from protocols.c to cmdhficlass.c
* add 'h' and '1' options to 'hf iclass reader' (from RRG repository)
* use correct key when only CreditKey is given in 'hf iclass dump'
* separate select_and_auth
* DropField() on errors
* dump last block in 'hf iclass dump'
* display correct memory size (number of blocks) in 'hf iclass reader' and dump
* more whitespace fixes
armsrc/iclass.c
armsrc/iso15693.c
client/cmdhf.c
client/cmdhficlass.c
client/cmdhficlass.h
common/protocols.c
common/protocols.h
include/usb_cmd.h
Impressum, Datenschutz