Ask Your Question
0

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

asked 2021-09-15 06:41:01 +0000

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

edit retag flag offensive reopen merge delete

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 2021-09-15 11:18:47 +0000

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.

edit flag offensive delete link more

Comments

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

rymek gravatar imagerymek ( 2021-09-15 13:15:35 +0000 )edit

Question Tools

Stats

Asked: 2021-09-15 06:41:01 +0000

Seen: 438 times

Last updated: Sep 15 '21