scripts/libbtbb-2015-10-R1/wireshark/plugins/btsm
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
Makefile.am ubertooth script 2016-12-17 04:18:30 -05:00
Makefile.common ubertooth script 2016-12-17 04:18:30 -05:00
Makefile.nmake ubertooth script 2016-12-17 04:18:30 -05:00
README ubertooth script 2016-12-17 04:18:30 -05:00
moduleinfo.h ubertooth script 2016-12-17 04:18:30 -05:00
moduleinfo.nmake ubertooth script 2016-12-17 04:18:30 -05:00
packet-btsm.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

BTSM Wireshark plugin
=====================

This is the Bluetooth Low Energy Security Manager plugin for Wireshark.

To build this on Debian/Ubuntu/BackTrack linux distributions:
  sudo apt-get install wireshark-dev wireshark
  cd libbtbb/wireshark/plugins/btsm/
  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.