Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seemoo-lab/h4bcm_wireshark_dissector
Wireshark dissector for Broadcom specific H4 diagnostic commands
https://github.com/seemoo-lab/h4bcm_wireshark_dissector
Last synced: 8 days ago
JSON representation
Wireshark dissector for Broadcom specific H4 diagnostic commands
- Host: GitHub
- URL: https://github.com/seemoo-lab/h4bcm_wireshark_dissector
- Owner: seemoo-lab
- License: gpl-2.0
- Created: 2019-01-17T14:35:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T19:16:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T16:20:39.786Z (15 days ago)
- Language: C
- Size: 134 KB
- Stars: 23
- Watchers: 13
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Bluetooth H4 Broadcom Wireshark plugin from the InternalBlue project
====================================================================This dissector contains vendor specific additions to the serial protocol
H4, which is used by the operating system's driver to interact with
Bluetooth chips. Broadcom not only supports sending standard messages
such as HCI commands and events but also has an undocumented
diagnostic protocol using the H4 serial data type 0x07.Subprotocols inside Broadcom's diagnostic protocol include the Link Management
Protocol (LMP) and Bluetooth Baseband (BB). The dissectors for LMP and BB were
updated to be compatible with Wireshark 3.0. Credit for most of the LMP and BB
dissector goes to the original authors of libbtbb.About this repository
---------------------This repository contains only the Wireshark dissector without the rest of
Internalblue. All credit goes to the original authors of InternalBlue. For
additional information see the original repository:https://github.com/seemoo-lab/internalblue
Build and Install
-----------------To build this on Debian/Ubuntu/BackTrack linux distributions:
sudo apt-get install wireshark-dev wireshark cmake
mkdir build
cd build
cmake ..
make
make installThis will install to the ~/.local/lib/wireshark/plugins/3.0/epan/ in your home
directory. To override this set the DESTDIR environment variable when running
cmake.