xref: /libbtbb/wireshark/plugins-legacy/btsm/README (revision 25d64f63a355f4c01d10cf4f69da1c2246b040d9)
1BTSM Wireshark plugin
2=====================
3
4This is the Bluetooth Low Energy Security Manager plugin for Wireshark.
5
6To build this on Debian/Ubuntu/BackTrack linux distributions:
7  sudo apt-get install wireshark-dev wireshark
8  cd libbtbb/wireshark/plugins/btsm/
9  cmake .
10  make
11  make install
12
13This will install to the .wireshark/ in your home directory. To override
14this set the DESTDIR environment variable when running cmake.
15