scripts/libbtbb-2015-10-R1/wireshark/plugins/btbredr/README

17 lines
491 B
Plaintext
Raw Normal View History

2016-12-17 04:18:30 -05:00
BTBB Basic and Enhanced Data Rate Wireshark plugin
This is the Bluetooth baseband plugin for Wireshark, it also includes an LMP
level dissector.
To build this on Debian/Ubuntu/BackTrack linux distributions:
sudo apt-get install wireshark-dev wireshark
cd libbtbb/wireshark/plugins/btbredr/
mkdir build
cd build
cmake ..
make
make install
This will install to the .wireshark/ in your home directory. To override this
set the DESTDIR environment variable when running cmake.