#
088a90e8 |
| 01-Mar-2017 |
Dominic Spill <[email protected]> |
Bump SO version and fix some const values
|
#
0c071729 |
| 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
simplify btbb_decode()
It makes no sense to iterate over CLK6 here. If CLK6 is not correct here, we are in trouble anyway.
The part which was commented checks if the channel of the packet matches t
simplify btbb_decode()
It makes no sense to iterate over CLK6 here. If CLK6 is not correct here, we are in trouble anyway.
The part which was commented checks if the channel of the packet matches the hopping pattern. This brings no benefit since when following the Ubertooth stick is only able to receive packets that match the hopping pattern.
show more ...
|
#
ed0dc6dc |
| 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
trim whitespaces at the end of a line
|
#
41a7e12d |
| 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the packet output
|
#
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
|
#
75358bb0 |
| 17-Jul-2015 |
Hannes Ellinger <[email protected]> |
support passive detection of the AFH channel map
|
#
a3df4d72 |
| 23-Mar-2015 |
Dominic Spill <[email protected]> |
Fix pcap cmake optionato be ON/OFF default is on, but it is not an error if pcap is not found
|
#
43ef8082 |
| 21-Mar-2015 |
Dominic Spill <[email protected]> |
Remove hacky pcap flag
|
#
1a7f7403 |
| 20-Mar-2015 |
Dominic Spill <[email protected]> |
Modify btbb.h based on pcap support - To inform ubertooth / gr-bluetooth pcap support
|
#
07293f9e |
| 18-Mar-2015 |
Dominic Spill <[email protected]> |
Add transport getter functions to btbb for pcaps
|
#
f83b85cf |
| 26-Nov-2014 |
Dominic Spill <[email protected]> |
Add modulation/transport to packet data - This should improve our mapping from packet -> pcap
|
#
7469b4d1 |
| 12-Nov-2014 |
Dominic Spill <[email protected]> |
Add version information to btbb library
|
#
50438040 |
| 05-Jul-2014 |
Dominic Spill <[email protected]> |
Add getter for BDADDR to support hopping on the Ubertooth
|
#
8f3e7eea |
| 18-Mar-2014 |
Christopher Kilgour <[email protected]> |
Update to include storing captures in pcap and pcapng format for LINKTYPE_BLUETOOTH_BREDR_BB and LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR.
Includes: * Add support for BTLE access address validity determin
Update to include storing captures in pcap and pcapng format for LINKTYPE_BLUETOOTH_BREDR_BB and LINKTYPE_BLUETOOTH_LE_LL_WITH_PHDR.
Includes: * Add support for BTLE access address validity determination. * Refactor BTLE support with accessors and opaque internals similar to BR support.
show more ...
|
#
e25b118a |
| 05-Jun-2013 |
Dominic Spill <[email protected]> |
Build libbtbb and pcaptools using cmake
|