I am trying to monitor bluetooth traffic from an old android phone (LineageOS, android 7.1.2) using wireshark. I am following a tutorial here, under the “Getting live bt_snoop data with Wireshark” section. I have the phone connected, Bluetooth HCI snoop log is enabled, and adb root
running. Wireshark seems to be working too, until I do anything that sends a bluetooth packet, at which point it promptly throws the following error:
An error occurred while writing to the file "\.pipewireshark_extcap_android-bluetooth-btsnoop-net-42004ff5ca5b5300_20240530131643": We don't support writing that record's time stamp to that file type.
It then shows the following info box:
No packets captured.
As no data was captured, closing the temporary capture file.
Help about capturing can be found at
https://gitlab.com/wireshark/wireshark/-/wikis/CaptureSetup
Wireless (Wi-Fi/WLAN):
Try to switch off promiscuous mode in the Capture Options.
and stops the capture. As far as I can tell, this is an issue with how the HCI snoop log records timestamps, but beyond that I have no idea. I have looked all over the internet for even a mention of this error, but I have gotten nothing. Any help would be appreciated. Cheers.