我想使用 btvs.exe 嗅探蓝牙数据包并将其收集到 pcap 文件。如果你只是打开btvs.exe,那么就会打开这样一个窗口,另外,如果有wireshark,那么这个流量就会在里面打开。但是,我想最多使用几个命令自动保存流量,例如使用 python os
我看到了微软资源 - 链接 但没有这个参数
在现代计算机中,大多数蓝牙适配器都连接到计算机的 USB 子系统。 Wireshark 的一个可选组件是 USBPcap,随
USBPcapCMD.exe
提供。 -o
选项允许您将流量保存到 pcap 文件。
C:\Program Files\USBPcap>Usage: USBPcapCMD.exe [options]
-h, -?, --help
Prints this help.
-d <device>, --device <device>
USBPcap control device to open. Example: -d \\.\USBPcap1.
-o <file>, --output <file>
Output .pcap file name.
-s <len>, --snaplen <len>
Sets snapshot length.
-b <len>, --bufferlen <len>
Sets internal capture buffer length. Valid range <4096,134217728>.
-A, --capture-from-all-devices
Captures data from all devices connected to selected Root Hub.
--devices <list>
Captures data only from devices with addresses present in list.
List is comma separated list of values. Example --devices 1,2,3.
--inject-descriptors
Inject already connected devices descriptors into capture data.
-I, --init-non-standard-hwids
Initializes NonStandardHWIDs registry key used by USBPcapDriver.
This registry key is needed for USB 3.0 capture.