I am using the Adafruit Bluefruit LE Sniffer (nRF51822), and I have gone through all of the steps in the step by step instructions at this Adafruit page:
https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/using-with-sniffer-v2-and-python3
I am at the part titled "Final Check and Test Capture". I have plugged my Sniffer into a USB port on my Windows 11 laptop computer, and I have opened Wireshark, but I do not see the "nRF Sniffer for Bluetooth LE:/dev/ttyUSB0-3.2" as shown in the Wireshark image at the above link. I do see the following items:
Local Area Connection* 10
Local Area Connection* 9
Local Area Connection* 8
Bluetooth Network Connection
Wi-Fi
Local Area Connection* 2
Local Area Connection* 1
Adapter for loopback traffic capture
Ethernet
Only 2 of the above items (Wi-Fi and Adapter for loopback traffic capture) are displaying activity (squiggly lines to the left of those 2).
I went to C:\Program Files\Wireshark\extcap in my Windows 11 laptop computer to make sure that the files from the extcap folder originally downloaded from the nrf_sniffer_for_bluetooth_le_4.1.0.zip at the Nordic page:
https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE/Download?lang=en#infotabs
had been copied to the extcap folder in the Wireshark location (C:\Program Files\Wireshark\extcap), and they were. I tried plugging the Sniffer into another USB port on my computer, but I still do not see the nRF Sniffer for Bluetooth LE:/dev/ttyUSB0-3.2 in the Wireshark "Capture" list. I still see the same items that I listed above. Any advice would be greatly appreciated. Thanks