Wireshark-dev: [Wireshark-dev] Follow Bluetooth ATT stream

Date: Sun, 4 Aug 2024 11:45:12 -0400
Hello all. I would like to create an "Analyze -> Follow -> Bluetooth ATT Stream" capability for Wireshark. I have briefly looked at the source code, and I intend to follow the basic steps outlined here: https://scratchadams.github.io/posts/wireshark/ (but please let me know if there's a better resource for documenting how to creating a new Follow capability).

I can see that on top of following the stream, Wireshark offers a dialog that allows users to see the stream contents as hex, ascii, or raw.

My core question is: Is it possible to tap into the existing Wireshark Bluetooth ATT dissector in the context of the Follow dialog to show the stream as decoded Bluetooth ATT protocol? Because I can't immediately see a way to do this.

Best regards,
Justin

p.s. thank you for all you do!