libbtbb
libbtbb copied to clipboard
A Bluetooth baseband decoding library
As per title: `lib/libbtbb.pc.in` has ``` prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ ``` and so can’t handle absolute paths in `CMAKE_INSTALL_{INCLUDE,LIB}DIR`. This leads to broken .pc files on NixOS in particular. See...
Hi I've been working on building libbtbb under OSX and I succeeded with the checkout from master branch with a minor modification which makes the building steps look like this:...
When I try ubertooth-rx -q mm.pcap I get the following error: PCAP error:: mm.pcap: link-layer type 255 isn't supported in savefiles ubertooth-rx: btbb_pcap_create_file: : Success I run the latest libpcap...
Updates Macports packaging. I am not sure if the current portfile dated back to 2014 was in Macports before, but I have restored `libbtbb` into Macports now. https://github.com/macports/macports-ports/pull/16538 Build is...
After attempting to sniff some Bluetooth BR/EDR traffic, I saw that the correct plaintext data was present in the packet bytes in Wireshark, but Wireshark was not decoding the packet...
This has been working fine earlier, but now fails: ``` ports.org_macports_release_tarballs_ports_devel_libbtbb/libbtbb-devel/work/libbtbb-f0fe1768b080b1333a5357e8308d900e1273ec7f/lib/src/pcapng.c [ 88%] Building C object lib/src/CMakeFiles/btbb.dir/pcapng-bt.c.o cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_libbtbb/libbtbb-devel/work/build/lib/src && /opt/local/bin/gcc-mp-14 -DRELEASE=\"2020-12-R1\" -DVERSION=\"1.0\" -Dbtbb_EXPORTS -pipe -Os -DNDEBUG -I/opt/local/include -std=gnu90 -arch...
CMake4 dropped compatibility with CMake < 3.5
I get this error when running make: ``` [ 11%] Building C object lib/src/CMakeFiles/btbb.dir/bluetooth_packet.c.o [ 22%] Building C object lib/src/CMakeFiles/btbb.dir/bluetooth_piconet.c.o [ 33%] Building C object lib/src/CMakeFiles/btbb.dir/bluetooth_le_packet.c.o [ 44%] Building C...