First time here? Check out the FAQ!

Ask Your Question
0

[Bluetooth] Handling HCI Vendor specific commands (OGF 0x3F) [closed]

asked Sep 15 '1

rymek gravatar image

Hi,

Different vendors have different sets of vendor specific commands which Wireshark does not parse at the moment. I'm new in Wireshark and I'm trying to understand on what it would take to add such support for single or maybe more known vendor specific commands sets. Could someone say if there is a way to add vendor specific parser in some modular way? Could you point to the place in the code where should I start looking?

Thanks

Preview: (hide)

Closed for the following reason the question is answered, right answer was accepted by rymek
close date 2021-09-15 13:16:45.837729

1 Answer

Sort by » oldest newest most voted
0

answered Sep 15 '1

Jaap gravatar image

The Bluetooth HCI command dissector has a vendor_dissector_table ("bthci_cmd.vendor") and hci_vendor_table ("bluetooth.vendor"), so I recon this to be possible. Any of these would be the tables to register your vendor specific dissector to.

Preview: (hide)
link

Comments

Thanks for pointers. I even found Intel and Broadcom handlers! :)

rymek gravatar imagerymek ( Sep 15 '1 )

Question Tools

Stats

Asked: Sep 15 '1

Seen: 604 times

Last updated: Sep 15 '21