#
18850e97 |
| 01-Mar-2017 |
Dominic Spill <[email protected]> |
Merge pull request #49 from elli89/fix_decode
correct and simplify the btbb_decode() procedure
|
#
a648d971 |
| 30-Jan-2017 |
Dominic Spill <[email protected]> |
Fix a couple of warnings about uint8_t bitshifting
|
#
194e638b |
| 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
move btbb_decode() to bluetooth_packet.c since it has no relation to btbb_piconet any more
|
#
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 ...
|
#
c4e05ee8 |
| 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
store clkn in the correct variable
pkt->clock is never set but used for decoding packets remove it and use pkt->clkn instead
|
#
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
|
#
5d9f832c |
| 05-Sep-2015 |
Mike Ryan <[email protected]> |
piconet: silly wabbit, uint8_t is always >= 0!
|
#
14430aa0 |
| 04-Sep-2015 |
Dominic Spill <[email protected]> |
Silence build warnings and remove unused code
|
#
d73cdf28 |
| 04-Sep-2015 |
Dominic Spill <[email protected]> |
Only calculate hopping pattern when we have a valid UAP
|
#
26a99405 |
| 04-Sep-2015 |
Dominic Spill <[email protected]> |
Only set channel maps for known piconets
|
#
114033a2 |
| 12-Jun-2015 |
Hannes Ellinger <[email protected]> |
afh: implement optimized generation of hopping sequence with support for AFH
|
#
f1965e4d |
| 12-Jun-2015 |
Hannes Ellinger <[email protected]> |
afh: add AFH support for faster hopping pattern detection
|
#
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 ...
|
#
c0d170f2 |
| 19-Feb-2014 |
Dominic Spill <[email protected]> |
Fix UAP discovery - problem with setting flags on piconets
|
#
6b21c2c9 |
| 15-Feb-2014 |
Dominic Spill <[email protected]> |
btbb_decode: keep track of clock value with best result
|
#
1e7f449b |
| 05-Jun-2013 |
Dominic Spill <[email protected]> |
Fix duplicate typedef warning (for clang users)
|
#
e25b118a |
| 05-Jun-2013 |
Dominic Spill <[email protected]> |
Build libbtbb and pcaptools using cmake
|