xref: /libbtbb/wireshark/plugins/btbredr/README (revision cad66bd6118ea069e547ad72d014f781bf478023)
1BTBB Basic and Enhanced Data Rate 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/btbredr/
9  cmake .
10  make
11  make install
12
13This will install to the .wireshark/ in your home directory.  To override this
14set the DESTDIR environment variable when running cmake.
15