From: pwpiwi Date: Sat, 12 Jan 2019 12:28:26 +0000 (+0100) Subject: Fix 15 snoop (#752) X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d9de20fa4bb0a36052927b55c4185caa204c5c4d?hp=d9de20fa4bb0a36052927b55c4185caa204c5c4d Fix 15 snoop (#752) * fixing hf 15: implement hf 15 snoop * rename hf 15 record to hf 15 snoop * speedup sampling / decoding: * new FPGA mode FPGA_HF_READER_RX_XCORR_AMPLITUDE implements amplitude(ci, cq) on FPGA * inlining the decoders in iso15693.c * inlining memcpy/memset in LogTrace() * giving up the moving correlator for SOF in Handle15693SamplesFromTag * decode more of EOF in Handle15693SamplesFromTag() * some refactoring ---