From: pwpiwi Date: Tue, 27 Jan 2015 07:34:48 +0000 (+0100) Subject: BigBuf and tracing rework: allow much longer traces in in hf commands X-Git-Tag: v2.0.0-rc1~39 X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f71f4deb8f8f1e932c81f3e62e6ab67012e07b33?hp=f71f4deb8f8f1e932c81f3e62e6ab67012e07b33 BigBuf and tracing rework: allow much longer traces in in hf commands - provided a BigBuf_malloc() function to dynamically allocate parts of BigBuf e.g. for DMA-Buffers, Frame-Buffers, Emulator-Memory - the whole rest of BigBuf is now available for traces (instead of a small fixed amount) - send actual traceLen together with trace data - changed client side to cope with varying traceLen - changed small buffers to automatic variables instead of parts of BigBuf ---