xref: /libbtbb/wireshark/plugins-legacy/btsm/README (revision 3df27c660c21b6e6b6616ac9f6b4457b4b91595a)
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