This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark bluetooth packet layout

0

I recently moved all my work involving Bluetooth in wireshark to a windows 10 virtual machine. I fixed an initial error with encapsulation where I added user 10 DLT = 157 with btle as the protocol, which was the same as I did before and it worked fine. However this time, while I get no errors, the layout is different and it is missing a lot of info like source and destination, payload, any handle values. The type of packets displayed are "Empty PDU", "Control Opcode: LL_START_ENC_RSP", and "L2CAP Fragment". Please forgive me if any terminology used here is incorrect, I am still new to wireshark and learning. Any help with getting this back to the normal layout would be greatly appreciated.

asked 11 Dec '15, 12:50

nearl002's gravatar image

nearl002
11114
accept rate: 0%


One Answer:

1

It seems to be a bug, please fill the bug on Bugzilla. DLT_USER are not currently supported by centralised "bluetooth" dissector where all additional/useful operations done or data have been stored.

answered 12 Dec '15, 03:11

Micha%C5%82%20%C5%81ab%C4%99dzki's gravatar image

Michał Łabędzki
411
accept rate: 8%

Thank you for looking into it.

(12 Dec '15, 04:58) nearl002

I am encountering the same series of messages.

Was a bug report ever created? If so, did you receive an answer? Or an estimate of when it would be addressed?

Thanks in advance.

(27 Jan '16, 06:40) Lorie

As I remember there is no bug request yet (and no sample capture file) - please create. To speed up work on this I need capture file, this issue in on my TODO list, but it is not ready right now.

(27 Jan '16, 07:25) Michał Łabędzki