-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCAN_RSP data missing #20
Comments
I would note that some of these could be legitimately empty. But the issue is that when I sniff with Sniffle, while I see some no-name-data, length-6, packets, I also see some of the expected length != 6 packets with device names from my devices coming back. FWIW I tested with the below while running a scanner (https://github.com/emericg/toolBLEx) for a bit to try and generate some SCAN_RSPs
None of the pcaps had non-length=6 SCAN_RSP packets. |
I believe what you're observing are fully captured packets with empty SCAN_RSP sections. If you are indeed seeing SCAN_RSP data with other tools, it's likely we're missing them. You should be able to capture them with your first command. Can you tell me what devices are generating the SCAN_RSP packets you're looking for? |
@mikeryan I wanted to give you some better data about this now that there's a new and better version of Sniffle out. However, when I come back to this and run the same commands as above, I get the following error:
I literally haven't touched this since last year, so my only thought is that maybe some OS upgrade broke something. Any ideas what can cause this error? (git log says I'm still on the June 1 tag: Edit: I found the older issue #17 and just re-ran the |
OK, so here's what I can confirm based on new tests:
Reproducing:
Result: Conclusion:
Should I start a new ticket for the packet loss issue or do you want to investigate here? |
For all the data I capture, I always see the SCAN_RSP data missing, as shown below:
Is this expected?
The text was updated successfully, but these errors were encountered: