Paul Walko 6330636b28 | ||
---|---|---|
.. | ||
cmake | ||
tools | ||
AUTHORS | ||
CMakeLists.txt | ||
COPYING | ||
README | ||
btbb-sample-mouse.pcap | ||
moduleinfo.h | ||
packet-btbb.c | ||
packet-btbrlmp.c | ||
plugin.rc.in |
README
BTBB Wireshark plugin This is the Bluetooth baseband plugin for Wireshark, it also includes an LMP level dissector. To build this on Debian/Ubuntu/BackTrack linux distributions: sudo apt-get install wireshark-dev wireshark cd libbtbb/wireshark/plugins/btbb/ mkdir build cd build cmake .. make make install This will install to the .wireshark/ in your home directory. To override this set the DESTDIR environment variable when running cmake.