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 KiB8767

COPYINGH A D25-Apr-202517.6 KiB341281

READMEH A D25-Apr-2025491 1713

btbredr_test.pcapHD25-Apr-20254.7 KiB

moduleinfo.hH A D25-Apr-2025252 188

packet-btbredr.cH A D25-Apr-202519.1 KiB674527

packet-btlmp.cH A D25-Apr-202582.1 KiB2,8882,450

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

README

1BTBB Basic and Enhanced Data Rate 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/btbredr/
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