PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hf 15 list --help


Alias of `trace list -t 15 -c` with selected protocol data to annotate trace buffer
You can load a trace from file (see `trace load -h`) or it be downloaded from device by default
It accepts all other arguments of `trace list`. Note that some might not be relevant for this specific protocol

usage:
    hf 15 list [-h1crux] [--frame] [-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"
    -f, --file <fn>                filename of dictionary

examples/notes:
    hf 15 list --frame             -> show frame delay times
    hf 15 list -1                  -> use trace buffer