#
088a90e8 |
| 01-Mar-2017 |
Dominic Spill <[email protected]> |
Bump SO version and fix some const values
|
#
18850e97 |
| 01-Mar-2017 |
Dominic Spill <[email protected]> |
Merge pull request #49 from elli89/fix_decode
correct and simplify the btbb_decode() procedure
|
#
1eecca51 |
| 27-Oct-2016 |
Dominic Spill <[email protected]> |
Correct NAP extraction from 8 bits to 16 bits - Thanks to Nemanja Savić
|
#
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
|
#
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
|
#
ed0dc6dc |
| 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
trim whitespaces at the end of a line
|
#
4f840bce |
| 05-Sep-2015 |
Dominic Spill <[email protected]> |
Remove old versioning information - only set in CMakeLists.txt now
|
#
d9528177 |
| 05-Sep-2015 |
Mike Ryan <[email protected]> |
warnings: kill (most) warnings with -Wall -Werror -Wextra
|
#
14430aa0 |
| 04-Sep-2015 |
Dominic Spill <[email protected]> |
Silence build warnings and remove unused code
|
#
389f0c69 |
| 21-Aug-2015 |
Dominic Spill <[email protected]> |
Missing break in packet type switch statement GitHub issue #23
|
#
c79c92da |
| 18-Mar-2015 |
Dominic Spill <[email protected]> |
Print error when unable to allocate packet
|
#
76d46d8b |
| 06-Mar-2015 |
Dominic Spill <[email protected]> |
Check for failed malloc() before writing to struct
|
#
1f3ebb40 |
| 04-Mar-2015 |
Dominic Spill <[email protected]> |
Use popcount if we're building with gcc
|
#
f83b85cf |
| 26-Nov-2014 |
Dominic Spill <[email protected]> |
Add modulation/transport to packet data - This should improve our mapping from packet -> pcap
|
#
95079a24 |
| 25-Nov-2014 |
Dominic Spill <[email protected]> |
Set max payload length based on packet type - Also added #defines for packet type values
|
#
c7ad5415 |
| 14-Nov-2014 |
Dominic Spill <[email protected]> |
Use cmake modules to alter the git commit hash when rebuilding - as opposed to re-configuring
|
#
7469b4d1 |
| 12-Nov-2014 |
Dominic Spill <[email protected]> |
Add version information to btbb library
|
#
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 ...
|
#
e4e5d017 |
| 15-Feb-2014 |
Dominic Spill <[email protected]> |
Correctly report found LAPs
|
#
6b21c2c9 |
| 15-Feb-2014 |
Dominic Spill <[email protected]> |
btbb_decode: keep track of clock value with best result
|
#
fd495f50 |
| 14-Feb-2014 |
Dominic Spill <[email protected]> |
Issue #5 - Max errors limit should apply to known LAPs - Also split find_ac in to two functions for easier reading
|
#
672715e8 |
| 14-Feb-2014 |
Dominic Spill <[email protected]> |
Rename uap_from_hec function to bring in to line with internal funcs
|
#
14233ba7 |
| 08-Jul-2013 |
Dominic Spill <[email protected]> |
Special case fixing 0 errors (avoid infinite-ish loop)
|
#
e25b118a |
| 05-Jun-2013 |
Dominic Spill <[email protected]> |
Build libbtbb and pcaptools using cmake
|