Bluetooth ETL 구문 분석(BTETLParse.exe)
Bluetooth ETL 구문 분석 도구는 압축된 Bluetooth 데이터를 포함하는 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
합니다. 각 파일 형식에 대한 설명은 위의 명령줄 옵션을 참조하세요.