Hello there. I'm currently looking at the sniffer software
and have dug into the Python extcaps code interacting with the sniffer firmware for Wireshark. I have a few questions.
First, is the sniffer software code available? I can only find the firmware binaries and am wondering if the firmware code is Open Source. If not, are there similar code bases that produce pcapng format output, similar to this firmware, which can be fed into Wireshark?
If the sniffer software code is not available, is it possible to pin a capture from a nRF52840-Dongle on the data channels? To be clear, I'm aware of the 1600/hops per second occurring after a pairing. I am evaluating potential options for a full-band capture with analysis to be done after the fact on the raw packets. I do not see a means to instruct the sniffer firmware to pin itself to a single channel, capturing a slim 1/36 of the data channels.
Thank you!