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 | 44 | 3 | 2 | |
CMakeLists.txt | H A D | 25-Apr-2025 | 2.1 KiB | 90 | 70 | |
COPYING | H A D | 25-Apr-2025 | 17.6 KiB | 341 | 281 | |
README | H A D | 25-Apr-2025 | 460 | 18 | 13 | |
btbb-sample-mouse.pcap | HD | 25-Apr-2025 | 2.5 KiB | |||
moduleinfo.h | H A D | 25-Apr-2025 | 249 | 18 | 8 | |
packet-btbb.c | H A D | 25-Apr-2025 | 16.3 KiB | 594 | 450 | |
packet-btbrlmp.c | H A D | 25-Apr-2025 | 82.4 KiB | 2,888 | 2,450 | |
plugin.rc.in | H A D | 25-Apr-2025 | 1 KiB | 35 | 33 |
README
1BTBB Wireshark plugin 2 3This is the Bluetooth baseband plugin for Wireshark, it also includes an LMP 4level dissector. 5 6To build this on Debian/Ubuntu/BackTrack linux distributions: 7 sudo apt-get install wireshark-dev wireshark 8 cd libbtbb/wireshark/plugins/btbb/ 9 mkdir build 10 cd build 11 cmake .. 12 make 13 make install 14 15This will install to the .wireshark/ in your home directory. To override this 16set the DESTDIR environment variable when running cmake. 17 18