4de3c54f | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the packet length? |
41a7e12d | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the packet output |
8243a598 | 27-May-2016 |
Sean Rivera <[email protected]> |
Started logging the payloads to the output files |
00c7e1b3 | 28-Feb-2016 |
Mike Ryan <[email protected]> |
le: decode 16-bit UUIDs in AD data |
41e09bc5 | 16-Feb-2016 |
Dominic Spill <[email protected]> |
Fix uint types for non-OS X systems |
b6703d5d | 16-Feb-2016 |
Mike Ryan <[email protected]> |
Force PCAP on by default, and remove dependency from cmake
Fixes #34
Could probably use more testing |
6887217e | 26-Nov-2015 |
Mike Ryan <[email protected]> |
include DLTs for BT |
c3b616c1 | 26-Nov-2015 |
Mike Ryan <[email protected]> |
pcap: write PCAP directly from libbtbb without using libpcap |
fcf7b60b | 07-Feb-2016 |
Dominic Spill <[email protected]> |
include assert.h so that call to assert() doesn't break the build |
cf15ca5e | 05-Feb-2016 |
Mike Ryan <[email protected]> |
le: prevent buffer overflows on memcpy
closes #25 closes #26 |
c256d327 | 03-Feb-2016 |
Dominic Spill <[email protected]> |
Tidy up shared/static variables |
ed4241a8 | 02-Feb-2016 |
Dominic Spill <[email protected]> |
Put static lib in the right place! |
ad7b9457 | 02-Feb-2016 |
Dominic Spill <[email protected]> |
Allow static builds via BUILD_STATIC=ON cmake setting |
83d85db8 | 13-Nov-2015 |
Hannes Ellinger <[email protected]> |
removed the calculations of the hopping patterns because they would flood the system memory |
75358bb0 | 17-Jul-2015 |
Hannes Ellinger <[email protected]> |
support passive detection of the AFH channel map |
647977de | 09-Oct-2015 |
Dominic Spill <[email protected]> |
Remove unnecessary calculations from survey mode |
c151e623 | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Fix UBertooth issue #110 - tidy version numbers and add dirty flag |
5a8c4644 | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Tidy up my cmake mess |
5f5f6ad1 | 05-Sep-2015 |
Dominic Spill <[email protected]> |
More cmake experimentation |
5fbe0c0a | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Add dirty flag to git version version number |
4f840bce | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Remove old versioning information - only set in CMakeLists.txt now |
5d9f832c | 05-Sep-2015 |
Mike Ryan <[email protected]> |
piconet: silly wabbit, uint8_t is always >= 0! |
d9528177 | 05-Sep-2015 |
Mike Ryan <[email protected]> |
warnings: kill (most) warnings with -Wall -Werror -Wextra |
3e500799 | 05-Sep-2015 |
Mike Ryan <[email protected]> |
pcapng: treat result as a signed size_t |
14430aa0 | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Silence build warnings and remove unused code |