add bluetooth wireshark notes

This commit is contained in:
2025-10-14 12:36:50 -04:00
parent 1879158b6c
commit 1361c726d9

View File

@@ -0,0 +1,11 @@
# Wireshark
## Bluetooth Sniffing
```bash
# Enable bluetooth LE scan
bluetoothctl
scan le
```
Open wireshark, select your bluetooth interface, start recording.