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

18 lines
460 B
Plaintext
Raw Normal View History

2016-12-17 04:18:30 -05:00
BTBB 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/btbb/
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.