### Install Prerequisites on Debian/Ubuntu/Kali Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Install necessary build dependencies and libraries using apt-get. ```bash sudo apt-get install cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev \ pkg-config python3-numpy python3-qtpy ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Download, compile, and install the Bluetooth baseband library. ```bash wget https://github.com/greatscottgadgets/libbtbb/archive/2018-12-R1.tar.gz -O libbtbb-2018-12-R1.tar.gz tar -xf libbtbb-2018-12-R1.tar.gz cd libbtbb-2018-12-R1 mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Install Prerequisites on Debian/Ubuntu Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Install necessary build tools and libraries using apt-get. ```sh sudo apt-get install cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev \ pkg-config libpcap-dev python-numpy python-pyside python-qt4 ``` -------------------------------- ### Install Ubertooth on FreeBSD Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Install host tools and library using the pkg system. ```bash sudo pkg install ubertooth ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/Release_2017_03_R2.html Downloads, compiles, and installs the Bluetooth baseband library. ```bash wget https://github.com/greatscottgadgets/libbtbb/archive/2017-03-R2.tar.gz -O libbtbb-2017-03-R2.tar.gz tar xf libbtbb-2017-03-R2.tar.gz cd libbtbb-2017-03-R2 mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-08-R1.html Steps to download, compile, and install the Bluetooth baseband library. ```bash wget https://github.com/greatscottgadgets/libbtbb/archive/2018-08-R1.tar.gz -O libbtbb-2018-08-R1.tar.gz tar -xf libbtbb-2018-08-R1.tar.gz cd libbtbb-2018-08-R1 mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Build and Install Ubertooth Tools Source: https://ubertooth.readthedocs.io/en/latest/Release_2017_03_R2.html Downloads, compiles, and installs the host tools for Ubertooth. ```bash wget https://github.com/greatscottgadgets/ubertooth/releases/download/2017-03-R2/ubertooth-2017-03-R2.tar.xz -O ubertooth-2017-03-R2.tar.xz tar xf ubertooth-2017-03-R2.tar.xz cd ubertooth-2017-03-R2/host mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Build and Install Ubertooth Tools Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Download, compile, and install the host tools for sniffing and configuration. ```bash wget https://github.com/greatscottgadgets/ubertooth/releases/download/2018-12-R1/ubertooth-2018-12-R1.tar.xz tar xf ubertooth-2018-12-R1.tar.xz cd ubertooth-2018-12-R1/host mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Install Prerequisites on macOS Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Install dependencies using Homebrew or MacPorts. ```bash brew install libusb wget cmake pkg-config or sudo port install libusb wget cmake python38 py38-numpy py38-qtpy ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Download, compile, and install the Bluetooth baseband library. ```sh wget https://github.com/greatscottgadgets/libbtbb/archive/2015-10-R1.tar.gz -O libbtbb-2015-10-R1.tar.gz tar xf libbtbb-2015-10-R1.tar.gz cd libbtbb-2015-10-R1 mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Build and Install Wireshark Plugins Source: https://ubertooth.readthedocs.io/en/latest/Release_2017_03_R2.html Compiles and installs the BTBB and BR/EDR plugins for Wireshark. ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2017-03-R2/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2017-03-R2/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build and Install Wireshark Plugins Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Compile and install the BTBB and BR/EDR plugins for Wireshark. ```sh sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2015-10-R1/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` ```sh sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2015-10-R1/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Install Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-08-R1.html Commands to install required build dependencies on various operating systems. ```bash sudo apt-get install cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev \ pkg-config libpcap-dev python-numpy python-pyside python-qt4 ``` ```bash su -c "yum install libusb1-devel make gcc wget tar bluez-libs-devel"s ``` ```bash brew install libusb wget cmake pkg-config libpcap or sudo port install libusb wget cmake python27 py27-numpy py27-pyside ``` ```bash sudo pkg install ubertooth ``` -------------------------------- ### Install Wireshark and Development Files Source: https://ubertooth.readthedocs.io/en/latest/Release_2015-10-R1.html Installs Wireshark, its development headers, and cmake, which are prerequisites for building Wireshark plugins. ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake ``` -------------------------------- ### Install Prerequisites on Fedora / Red Hat Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Install necessary build tools and libraries using yum. ```sh su -c "yum install libusb1-devel make gcc wget tar bluez-libs-devel" ``` -------------------------------- ### Build and Install Wireshark BTBB Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Builds and installs the BTBB plugin for Wireshark, specifying the plugin installation directory. ```sh cd libbtbb/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Install RHEL 8 Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs necessary development packages for RHEL 8 and updates linker configuration. Requires enabling CodeReady Builder repository and manual CMake installation. ```sh sudo subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms sudo dnf install libusb1-devel make gcc gcc-c++ wget tar bluez-libs-devel python36 python36-devel echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libc.conf # Note: you will also need to install CMake 3.12.0 or greater. See https://cmake.org/install/ ``` -------------------------------- ### Build Kismet with Ubertooth Plugin Support Source: https://ubertooth.readthedocs.io/en/latest/_sources/third_party_software.rst.txt Install dependencies, download, compile, and install Kismet from source to enable Ubertooth plugin support. Ensure you have completed the build guide instructions first. ```sh sudo apt-get install libpcap0.8-dev libcap-dev pkg-config build-essential libnl-3-dev libncurses-dev libpcre3-dev libpcap-dev libcap-dev libnl-genl-3-dev wget https://kismetwireless.net/code/kismet-2013-03-R1b.tar.xz tar xf kismet-2013-03-R1b.tar.xz cd kismet-2013-03-R1b ln -s ../ubertooth-2015-10-R1/host/kismet/plugin-ubertooth . ./configure make && make plugins sudo make suidinstall sudo make plugins-install Add "pcapbtbb" to the "logtypes=..." line in kismet.conf ``` -------------------------------- ### Install Debian/Ubuntu/Kali Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs necessary build tools and libraries for Debian-based systems. Ensure you have sudo privileges. ```sh sudo apt install cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev wget \ pkg-config python3-numpy python3-qtpy python3-distutils python3-setuptools ``` -------------------------------- ### Build and Install Ubertooth Tools Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-08-R1.html Steps to compile and install the host tools for sniffing and firmware management. ```bash wget https://github.com/greatscottgadgets/ubertooth/releases/download/2018-08-R1/ubertooth-2018-08-R1.tar.xz tar xf ubertooth-2018-08-R1.tar.xz cd ubertooth-2018-08-R1/host mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Install Prerequisites on Mac OS X Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Install dependencies using MacPorts or Homebrew. ```sh sudo port install libusb wget cmake python27 py27-numpy py27-pyside or brew install libusb wget cmake pkg-config homebrew/dupes/libpcap ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Clones the libbtbb repository, configures it with CMake, builds, and installs the library. ```sh git clone https://github.com/greatscottgadgets/libbtbb.git cd libbtbb mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Install CentOS 8 Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs development packages for CentOS 8 and updates linker configuration. Requires enabling PowerTools repository and manual CMake installation. ```sh sudo dnf config-manager --enable powertools sudo dnf install libusb1-devel make gcc gcc-c++ wget tar bluez-libs-devel python36 python36-devel echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libc.conf # Note: you will also need to install CMake 3.12.0 or greater. See https://cmake.org/install/ ``` -------------------------------- ### Install Prerequisites on Mac OS X Source: https://ubertooth.readthedocs.io/en/latest/building_from_git.html Install dependencies using either MacPorts or Homebrew. ```bash sudo port install git libusb wget cmake python27 py27-numpy py27-pyside or brew install git libusb wget cmake pkg-config homebrew/dupes/libpcap ``` -------------------------------- ### Install Debian/Ubuntu/Kali Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2018-12-R1.rst.txt Installs necessary development tools and libraries for building libbtbb and Ubertooth on Debian-based systems. ```sh sudo apt-get install cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev \n pkg-config python3-numpy python3-qtpy ``` -------------------------------- ### Install Prerequisites on Mac OS X Source: https://ubertooth.readthedocs.io/en/latest/Release_2017_03_R2.html Installs necessary build tools and dependencies using MacPorts or Homebrew. ```bash sudo port install libusb wget cmake python27 py27-numpy py27-pyside or brew install libusb wget cmake pkg-config libpcap ``` -------------------------------- ### Install Fedora Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs required packages for Fedora 33. Updates the dynamic linker configuration. ```sh sudo dnf install libusb1-devel make gcc gcc-c++ cmake wget tar bluez-libs-devel echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libc.conf ``` -------------------------------- ### Install Homebrew Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Installs required packages using Homebrew for building Ubertooth on macOS. ```sh brew install git libusb wget cmake pkg-config homebrew/dupes/libpcap ``` -------------------------------- ### Install Mac OS X Prerequisites with Homebrew Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs libusb, wget, and cmake using Homebrew for macOS. ```sh brew install libusb wget cmake pkg-config ``` -------------------------------- ### Install Debian/Ubuntu Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Installs essential development packages for building libbtbb and Ubertooth tools on Debian/Ubuntu systems. ```sh sudo apt-get install git cmake libusb-1.0-0-dev make gcc g++ libbluetooth-dev \ pkg-config libpcap-dev python-numpy python-pyside python-qt4 ``` -------------------------------- ### Build and Install Ubertooth Tools Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Clones the Ubertooth repository, navigates to the host directory, configures with CMake, builds, and installs the tools. ```sh git clone https://github.com/greatscottgadgets/ubertooth.git cd ubertooth/host mkdir build cd build cmake .. make sudo make install ``` -------------------------------- ### Install Homebrew Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/Release_2015-10-R1.html Installs required packages for building Ubertooth on Mac OS X using Homebrew. ```bash brew install libusb wget cmake pkg-config homebrew/dupes/libpcap ``` -------------------------------- ### Build and Install Wireshark BTBB Plugin Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Compile the BTBB plugin for Wireshark, ensuring the correct install directory is specified. ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2018-12-R1/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Install Fedora/Red Hat Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Installs necessary development packages for building libbtbb and Ubertooth tools on Fedora/Red Hat systems. ```sh su -c "yum install git libusb1-devel make gcc wget tar bluez-libs-devel" ``` -------------------------------- ### Build and Install libbtbb Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Downloads, builds, and installs the Bluetooth baseband library (libbtbb). Ensure you are in the libbtbb source directory. ```sh wget https://github.com/greatscottgadgets/libbtbb/archive/2020-12-R1.tar.gz -O libbtbb-2020-12-R1.tar.gz tar -xf libbtbb-2020-12-R1.tar.gz cd libbtbb-2020-12-R1 mkdir build cd build cmake .. make sudo make install sudo ldconfig ``` -------------------------------- ### Install MacPorts Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/Release_2015-10-R1.html Installs required packages for building Ubertooth on Mac OS X using MacPorts. ```bash sudo port install libusb wget cmake python27 py27-numpy py27-pyside ``` -------------------------------- ### Build and Install Wireshark BTBB Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2017_03_R2.rst.txt Builds and installs the Wireshark BTBB plugin, enabling analysis of Bluetooth baseband traffic captured by Kismet. ```sh cd libbtbb-2017-03-R2/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Install RHEL 8 Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/build_guide.html Installs necessary packages for RHEL 8 and configures the library path. Requires CMake 3.12.0 or greater. ```bash sudo subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms sudo dnf install libusb1-devel make gcc gcc-c++ wget tar bluez-libs-devel python36 python36-devel echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libc.conf ``` -------------------------------- ### Install ARM Toolchain (Debian) Source: https://ubertooth.readthedocs.io/en/latest/_sources/firmware.rst.txt Installs the necessary GCC toolchain for building firmware on Debian-based systems. This includes the ARM cross-compiler and newlib. ```sh apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi ``` -------------------------------- ### Build and Install Wireshark BT BR/EDR Plugin Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-12-R1.html Compile the BT BR/EDR plugin for Wireshark. ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2018-12-R1/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Install CentOS 8 Prerequisites Source: https://ubertooth.readthedocs.io/en/latest/build_guide.html Installs required packages for CentOS 8 and configures the library path. Requires CMake 3.12.0 or greater. ```bash sudo dnf config-manager --enable powertools sudo dnf install libusb1-devel make gcc gcc-c++ wget tar bluez-libs-devel python36 python36-devel echo /usr/local/lib | sudo tee /etc/ld.so.conf.d/libc.conf ``` -------------------------------- ### Install Mac OS X Prerequisites with MacPorts Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Installs libusb, wget, cmake, and Python 3.8 with NumPy and QtPy using MacPorts for macOS. ```sh sudo port install libusb wget cmake python38 py38-numpy py38-qtpy ``` -------------------------------- ### Build and Install Wireshark BTBB Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2018-12-R1.rst.txt Builds and installs the BTBB plugin for Wireshark. Ensure you are in the correct plugin directory and specify the correct CMAKE_INSTALL_LIBDIR for your system. ```sh cd libbtbb-2018-12-R1/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build and Install Wireshark BT Bredr Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2017_03_R2.rst.txt Builds and installs the Wireshark BT Bredr plugin for analyzing Bluetooth BR/EDR traffic. ```sh sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2017-03-R2/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build and Install Wireshark BT BR/EDR Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2018-12-R1.rst.txt Builds and installs the BT BR/EDR plugin for Wireshark. Similar to the BTBB plugin, verify the directory and CMAKE_INSTALL_LIBDIR. ```sh cd libbtbb-2018-12-R1/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build and Install Wireshark BTBB Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Builds and installs the Wireshark BTBB plugin for analyzing Bluetooth baseband traffic captured by Kismet. Requires Wireshark development packages. ```sh sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2020-12-R1/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build and Install Ubertooth Tools Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Downloads, builds, and installs the Ubertooth host code for sniffing, configuration, and firmware updates. Ensure you are in the ubertooth host directory. ```sh wget https://github.com/greatscottgadgets/ubertooth/releases/download/2020-12-R1/ubertooth-2020-12-R1.tar.xz tar -xf ubertooth-2020-12-R1.tar.xz cd ubertooth-2020-12-R1/host mkdir build cd build cmake .. make sudo make install sudo ldconfig ``` -------------------------------- ### Build and Install Wireshark BR/EDR Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/build_guide.rst.txt Builds and installs the Wireshark BR/EDR plugin for analyzing Bluetooth baseband traffic. Requires Wireshark development packages. ```sh sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2020-12-R1/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Update Library Cache on Linux Source: https://ubertooth.readthedocs.io/en/latest/_sources/Release_2015-10-R1.rst.txt Run ldconfig if you encounter errors finding the library after installation. ```sh sudo ldconfig ``` -------------------------------- ### Remote BLE Capture Setup via SSH Source: https://ubertooth.readthedocs.io/en/latest/_sources/capturing_BLE_Wireshark.rst.txt Configure remote capture on a host machine using sshdump. This command prepares the pipe and starts ubertooth-btle in the background on the remote host. ```sh killall ubertooth-btle; unlink /tmp/btlepipe; mkfifo /tmp/btlepipe; ubertooth-btle -f -c /tmp/btlepipe &>/dev/null & cat /tmp/btlepipe ``` -------------------------------- ### Build and Install Wireshark BTBRDR Plugin Source: https://ubertooth.readthedocs.io/en/latest/_sources/building_from_git.rst.txt Builds and installs the BT BR/EDR plugin for Wireshark, specifying the plugin installation directory. ```sh cd libbtbb/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Build Wireshark Plugins Source: https://ubertooth.readthedocs.io/en/latest/Release_2018-08-R1.html Instructions for building the BTBB and BR/EDR plugins for Wireshark. ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2018-08-R1/wireshark/plugins/btbb mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` ```bash sudo apt-get install wireshark wireshark-dev libwireshark-dev cmake cd libbtbb-2018-08-R1/wireshark/plugins/btbredr mkdir build cd build cmake -DCMAKE_INSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu/wireshark/libwireshark3/plugins .. make sudo make install ``` -------------------------------- ### Building and Renaming Firmware Source: https://ubertooth.readthedocs.io/en/latest/_sources/release_procedure.rst.txt Build the bluetooth_rxtx firmware and rename the output file to ubertooth-one-bin-firmware.dfu for distribution. ```bash make bluetooth_rxtx.dfu cp bluetooth_rxtx.dfu ubertooth-one-bin-firmware.dfu ```