次の方法で共有


BLUETOOTH ETL 解析 (BTETLParse.exe)

Bluetooth ETL 解析ツールは、圧縮されたBluetooth データを含む ETL ファイルから HCI トレースを抽出します。

このツールは、 GitHub の Windows Repo 用 Bus ツールを使用して収集された ETL ファイルを解析するためのものです。

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

ETL 解析コマンド ライン オプション

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.

ETL 解析の使用例

GitHub 上の Windows Repo 用 Bus ツールによって収集された ETL ファイルを、抽出された BTP パッケージ内の BTETLParse と同じフォルダーに移動します。 Then run:

  • btetlparse -cfa BthTracing.cfa -hci BthTracing.hci -pcap BthTracing.pcap -pcapng BthTracing.pcapng BthTracing.etl コマンド プロンプト/PowerShell コンソールから

このコマンドは、 BthTracing.etl を解析して使用可能なすべてのファイルの種類に変換します。 各ファイルの種類の説明については、上記のコマンド ライン オプションを参照してください。