mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
trace doc: minor
This commit is contained in:
parent
505cfed5a0
commit
3e50a30521
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ The binary format for the dynamic tracelog is as following.
|
||||||
32 bits timestamp (little endian)
|
32 bits timestamp (little endian)
|
||||||
16 bits duration (little endian)
|
16 bits duration (little endian)
|
||||||
15 bits data length (little endian) (0x7FFF)
|
15 bits data length (little endian) (0x7FFF)
|
||||||
1 bit isResponse (used as readerToTag flag)
|
1 bit isResponse (0=reader to tag, 1=tag to reader)
|
||||||
y Bytes data
|
data length Bytes data
|
||||||
x Bytes parity, where x == ceil(data_len/8)
|
x Bytes parity, where x == ceil(data length/8)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue