First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

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

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

rymek's avatar
1
rymek
asked 2021-09-15 06:41:01 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "the question is answered, right answer was accepted" by rymek 2021-09-15 13:16:45 +0000

Comments

add a comment see more comments

1 Answer

0

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.

Jaap's avatar
13.7k
Jaap
answered 2021-09-15 11:18:47 +0000
edit flag offensive 0 remove flag delete link

Comments

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

rymek's avatar rymek (2021-09-15 13:15:35 +0000) edit
add a comment see more comments