From: pwpiwi Date: Tue, 16 Dec 2014 06:41:07 +0000 (+0100) Subject: bugfixes iso14443a (hf 14a commands) X-Git-Tag: v2.0.0-rc1~85 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/6a1f2d82bb7d33cd49f9c191f36144ca10d5b629?hp=6a1f2d82bb7d33cd49f9c191f36144ca10d5b629 bugfixes iso14443a (hf 14a commands) - buffers were too small to handle 256 byte frames - parity bits were only handled for up to 32 byte frames - trace format was inefficient - removed parity calculation from decoders in iclass.c (parity not used on air anyway) ---