Update trace_notes.md

This commit is contained in:
Iceman 2020-05-19 09:31:52 +02:00 committed by GitHub
commit 66920e6699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/).