PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
trace list --help


Annotate trace buffer with selected protocol data
You can load a trace from file (see `trace load -h`) or it be downloaded from device by default

usage:
    trace list [-h1crux] [--frame] [-t <string>] [-f <fn>]

options:
    -h, --help                     This help
    -1, --buffer                   use data from trace buffer
    --frame                        show frame delay times
    -c                             mark CRC bytes
    -r                             show relative times (gap and duration)
    -u                             display times in microseconds instead of clock cycles
    -x                             show hexdump to convert to pcap(ng)
                                   or to import into Wireshark using encapsulation type "ISO 14443"
    -t, --type <string>            protocol to annotate the trace
    -f, --file <fn>                filename of dictionary

examples/notes:
    trace list -t raw              -> just show raw data without annotations