mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update trace_notes.md
This commit is contained in:
+1
-5
@@ -1,4 +1,4 @@
|
||||
# Notes about the tracelog.
|
||||
# Notes about the tracelog
|
||||
|
||||
## Table of Contents
|
||||
* [Command](#trace-command)
|
||||
@@ -44,7 +44,6 @@ Marks if the transmitted CRC matches with the calculated CRC.
|
||||
|
||||
Annotations provide a rough decoding of the transmitted data. For ISO14443A a more detailed decoding is available with Wireshark (s. next chapter)
|
||||
|
||||
--
|
||||
## Tracelog format
|
||||
The binary format for the dynamic tracelog is as following.
|
||||
|
||||
@@ -73,9 +72,6 @@ typedef struct {
|
||||
#define TRACELOG_PARITY_LEN(x) (((x)->data_len - 1) / 8 + 1)
|
||||
```
|
||||
|
||||
|
||||
--
|
||||
|
||||
## Trace and Wireshark
|
||||
|
||||
To get a more detailed explanation of the transmitted data for ISO14443A traces the output can be converted to a pcapng file to read it with [Wireshark](https://www.wireshark.org/).
|
||||
|
||||
Reference in New Issue
Block a user