From: pwpiwi Date: Tue, 15 Jul 2014 06:39:56 +0000 (+0200) Subject: minor bugfixes to hf mf sniff and hf 14a snoop X-Git-Tag: v2.0.0-rc1~97 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/991f13f27db8ba53fea29f0df8a9ae606fc5a491?ds=sidebyside;hp=991f13f27db8ba53fea29f0df8a9ae606fc5a491 minor bugfixes to hf mf sniff and hf 14a snoop - tracing was not always enabled when starting hf mf sniff or hf 14a snoop - ATQA was displayed in wrong byte order in hf mf sniff - 4 Byte UIDs were displayed as 7 Byte UIDs (padded with 0x000000) in hf mf sniff - same for logfile names. - assignment (=) had been used instead of == in comparisons (shouldn't have been relevant though) ---