Name Date Size #Lines LOC

..--

cmake/H25-Apr-2025-353309

tools/H25-Apr-2025-499363

AUTHORSH A D25-Apr-202580 43

CMakeLists.txtH A D25-Apr-20252.1 KiB8969

COPYINGH A D25-Apr-202517.6 KiB341281

Makefile.amH A D25-Apr-20254.2 KiB12635

Makefile.commonH A D25-Apr-20251.4 KiB405

Makefile.nmakeH A D25-Apr-20253.3 KiB10144

READMEH A D25-Apr-2025432 1511

moduleinfo.hH A D25-Apr-2025249 188

moduleinfo.nmakeH A D25-Apr-2025865 2923

packet-btsm.cH A D25-Apr-202511.9 KiB382293

plugin.rc.inH A D25-Apr-20251 KiB3533

README

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