scripts/libbtbb-2015-10-R1/wireshark/plugins/btbb
Paul Walko 6330636b28 ubertooth script 2016-12-17 04:18:30 -05:00
..
cmake ubertooth script 2016-12-17 04:18:30 -05:00
tools ubertooth script 2016-12-17 04:18:30 -05:00
AUTHORS ubertooth script 2016-12-17 04:18:30 -05:00
CMakeLists.txt ubertooth script 2016-12-17 04:18:30 -05:00
COPYING ubertooth script 2016-12-17 04:18:30 -05:00
README ubertooth script 2016-12-17 04:18:30 -05:00
btbb-sample-mouse.pcap ubertooth script 2016-12-17 04:18:30 -05:00
moduleinfo.h ubertooth script 2016-12-17 04:18:30 -05:00
packet-btbb.c ubertooth script 2016-12-17 04:18:30 -05:00
packet-btbrlmp.c ubertooth script 2016-12-17 04:18:30 -05:00
plugin.rc.in ubertooth script 2016-12-17 04:18:30 -05:00

README

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.