Skip to content
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

Bluetooth HCI packet trace support #1179

Open
dhruvkakadiya opened this issue Aug 9, 2023 · 3 comments
Open

Bluetooth HCI packet trace support #1179

dhruvkakadiya opened this issue Aug 9, 2023 · 3 comments

Comments

@dhruvkakadiya
Copy link

Hello,

I can't find documentation if this library supports capturing/parsing Bluetooth HCI packets, so it would be great to add support for the same if possible. If it supports that already, then can someone point me to the right direction?

Thank you!

@seladb
Copy link
Owner

seladb commented Aug 10, 2023

Hi @dhruvkakadiya ! Bluetooth HCI is not currently supported in PcapPlusPlus. I'm not even sure what is the format of such packets... can you attached an example pcap file?
Can you also share a link to the RFC or some info about the packet structure?

@dhruvkakadiya
Copy link
Author

Thank you, @seladb for quick response!

Reference Links: Wireshark Bluetooth, RFC, Bluetooth specifications

@seladb
Copy link
Owner

seladb commented Aug 11, 2023

Thank you @dhruvkakadiya ! From briefly going over some of these links, it looks like HCI is a suite of protocols, not just one. Would you be interested in implementing them (or some of them)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants