Bluetooth ETL解析 (BTETLParse.exe)
Bluetooth ETL解析ツールは、圧縮されたBluetoothデータを含むETLファイルからHCIトレースを抽出します。
このツールは GitHubのWindowsリポジトリ用Busツールを使用して収集された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リポジトリ用Busツール によって収集されたETLファイルを、抽出されたBTPパッケージ内のBTETLParseと同じフォルダーに移動します。 次に、次のコマンドを実行します。
btetlparse -cfa BthTracing.cfa -hci BthTracing.hci -pcap BthTracing.pcap -pcapng BthTracing.pcapng BthTracing.etl
コマンドプロンプト/PowerShellコンソールから
このコマンドは、使用可能な BthTracing.etl
すべてのファイルの種類を解析します。 各ファイルの種類の説明については、上記のコマンドラインオプションを参照してください。