Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cmake/ | H | 25-Apr-2025 | - | 353 | 309 | |
tools/ | H | 25-Apr-2025 | - | 499 | 363 | |
AUTHORS | H A D | 25-Apr-2025 | 80 | 4 | 3 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 2.1 KiB | 89 | 69 | |
COPYING | H A D | 25-Apr-2025 | 17.6 KiB | 341 | 281 | |
Makefile.am | H A D | 25-Apr-2025 | 4.2 KiB | 126 | 35 | |
Makefile.common | H A D | 25-Apr-2025 | 1.4 KiB | 40 | 5 | |
Makefile.nmake | H A D | 25-Apr-2025 | 3.3 KiB | 101 | 44 | |
README | H A D | 25-Apr-2025 | 432 | 15 | 11 | |
moduleinfo.h | H A D | 25-Apr-2025 | 249 | 18 | 8 | |
moduleinfo.nmake | H A D | 25-Apr-2025 | 865 | 29 | 23 | |
packet-btsm.c | H A D | 25-Apr-2025 | 11.9 KiB | 382 | 293 | |
plugin.rc.in | H A D | 25-Apr-2025 | 1 KiB | 35 | 33 |
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