xref: /libbtbb/wireshark/plugins-legacy/btbb/README (revision 25d64f63a355f4c01d10cf4f69da1c2246b040d9)
1BTBB Wireshark plugin
2
3This is the Bluetooth baseband plugin for Wireshark, it also includes an LMP
4level dissector.
5
6To build this on Debian/Ubuntu/BackTrack linux distributions:
7  sudo apt-get install wireshark-dev wireshark
8  cd libbtbb/wireshark/plugins/btbb/
9  mkdir build
10  cd build
11  cmake ..
12  make
13  make install
14
15This will install to the .wireshark/ in your home directory.  To override this
16set the DESTDIR environment variable when running cmake.
17
18