Dela via


Bluetooth ETL-pars (BTETLParse.exe)

Bluetooth ETL-parsningsverktyget extraherar HCI-spårningar från ETL-filer som innehåller komprimerade Bluetooth-data.

Det här verktyget är avsett för parsning av ETL-filer som samlats in med hjälp av Bus-verktygen för Windows Repo på GitHub.

Tracefmt is a way to parse additional logs from the ETL file.

ETL-parsa kommandoradsalternativ

Usage: btetlparse [-cfa <output_cfa_filename>] [-hci <output_hci_filename>]
[-pcap <output_pcap_filename>] [-pcapng <output_pcapng_filename>]
[<input_etl_filename>] [<additional_input_etl_filenames>]

    -cfa through -pcapng flags parse the etl file into different file types.

    -cfa <filename>         Data file readable by Frontline protocol analyzers.

    -hci <filename>         Data file in plain text format.

    -pcap <filename>        Data file readable by Wireshark protocol analyzers.
        
    -pcapng <filename>      Data file readable by Wireshark protocol analyzers.

    <input_etl_filename>    The is the filename of the ETL file we are trying to parse.
                                Default is c:\temp\btetw.etl

    <additional_input_etl_filenames>    BTETLParse can parse multiple ETL files at a time.

Exempel på ETL-parsning av användning

Flytta ETL-filen som samlats in av Bus-verktyg för Windows Repo på GitHub till samma mapp som BTETLParse i det extraherade BTP-paketet. Then run:

  • btetlparse -cfa BthTracing.cfa -hci BthTracing.hci -pcap BthTracing.pcap -pcapng BthTracing.pcapng BthTracing.etl från en kommandotolk/PowerShell-konsol

Det här kommandot parsar BthTracing.etl i alla tillgängliga filtyper. Se Kommandoradsalternativ ovan för beskrivningar av varje filtyp.