共用方式為


藍牙 ETL 剖析 (BTETLParse.exe)

藍牙 ETL 剖析工具會從包含壓縮藍牙資料的 ETL 檔案擷取 HCI 追蹤。

此工具適用于剖析使用 GitHub 上 Windows 存放庫的匯流排工具所收集的 ETL 檔案。

Tracefmt 是剖析 ETL 檔案中其他記錄的方法。

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 存放庫的匯流排工具 所收集的 ETL 檔案移至與解壓縮 BTP 套件內 BTETLParse 相同的資料夾。 然後執行:

  • btetlparse -cfa BthTracing.cfa -hci BthTracing.hci -pcap BthTracing.pcap -pcapng BthTracing.pcapng BthTracing.etl 從命令提示字元/PowerShell 主控台

此命令會 BthTracing.etl 剖析成所有可用的檔案類型。 如需每個檔案類型的描述,請參閱上述命令列選項。