]> git.zerfleddert.de Git - proxmark3-svn/commit
BigBuf and tracing rework: allow much longer traces in in hf commands
authorpwpiwi <pwpiwi@users.noreply.github.com>
Tue, 27 Jan 2015 07:34:48 +0000 (08:34 +0100)
committerpwpiwi <pwpiwi@users.noreply.github.com>
Wed, 28 Jan 2015 06:18:51 +0000 (07:18 +0100)
commitf71f4deb8f8f1e932c81f3e62e6ab67012e07b33
treede2fbb10d08f7065ba79c4aa2ecf9ded77f252bc
parent117d9ec25c7cbc88555a6a990293ca95a544b915
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
22 files changed:
armsrc/BigBuf.c
armsrc/BigBuf.h
armsrc/appmain.c
armsrc/hitag2.c
armsrc/iclass.c
armsrc/iso14443.c
armsrc/iso14443a.c
armsrc/lfops.c
armsrc/mifarecmd.c
armsrc/mifaresniff.c
armsrc/mifareutil.c
armsrc/mifareutil.h
client/cmddata.c
client/cmddata.h
client/cmdhf.c
client/cmdhf14b.c
client/cmdhfmf.c
client/cmdlfhitag.c
client/cmdmain.c
client/data.c
client/data.h
include/hitag2.h
Impressum, Datenschutz