mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update trace_notes.md
This commit is contained in:
parent
339a3ee152
commit
66920e6699
1 changed files with 1 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Notes about the tracelog.
|
# Notes about the tracelog
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
* [Command](#trace-command)
|
* [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)
|
Annotations provide a rough decoding of the transmitted data. For ISO14443A a more detailed decoding is available with Wireshark (s. next chapter)
|
||||||
|
|
||||||
--
|
|
||||||
## Tracelog format
|
## Tracelog format
|
||||||
The binary format for the dynamic tracelog is as following.
|
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)
|
#define TRACELOG_PARITY_LEN(x) (((x)->data_len - 1) / 8 + 1)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
--
|
|
||||||
|
|
||||||
## Trace and Wireshark
|
## 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/).
|
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/).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue