dbce1666 | 02-Mar-2017 |
Dominic Spill <[email protected]> |
Increment major version number due to backwards incompatibility |
a4e15010 | 01-Mar-2017 |
Dominic Spill <[email protected]> |
Merge pull request #47 from tsvehagen/fix-pcap-magic
Fix pcap magic number for nanoseconds |
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 |
9850be81 | 31-Jan-2017 |
Dominic Spill <[email protected]> |
Tidy cmake for OS X and static/shared lib builds |
a648d971 | 30-Jan-2017 |
Dominic Spill <[email protected]> |
Fix a couple of warnings about uint8_t bitshifting |
1eecca51 | 27-Oct-2016 |
Dominic Spill <[email protected]> |
Correct NAP extraction from 8 bits to 16 bits - Thanks to Nemanja Savić |
ab0dd8d7 | 26-Oct-2016 |
Mike Ryan <[email protected]> |
le: decode flags |
f25ef1fb | 26-Oct-2016 |
Mike Ryan <[email protected]> |
le: parse manufacturer-specific data |
ee0d4df0 | 26-Oct-2016 |
Mike Ryan <[email protected]> |
le: parse remaining LE advertising types
Hat tip to @ZeroChaos- for reporting this issue. |
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 |
ed0dc6dc | 13-Jul-2016 |
Hannes Ellinger <[email protected]> |
trim whitespaces at the end of a line |
8d6c49c7 | 04-Jul-2016 |
Dominic Spill <[email protected]> |
Add OS X to travis build |
f1381c6f | 29-Jun-2016 |
Tobias Svehagen <[email protected]> |
Fix pcap magic number for nanoseconds
The magic number in the pcap header should be 0xa1b23c4d for nanosecond resolution pcap files. The previous value 0xa1b2c3d4 made wireshark show the wrong times
Fix pcap magic number for nanoseconds
The magic number in the pcap header should be 0xa1b23c4d for nanosecond resolution pcap files. The previous value 0xa1b2c3d4 made wireshark show the wrong timestamp.
show more ...
|
6d6bf5cb | 27-May-2016 |
Dominic Spill <[email protected]> |
Merge pull request #45 from seanrivera/master
Fixed the pcapng file with all the pcap fixes |
fa25b38e | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the pcapng file with all the pcap fixes |
5b8c9dd6 | 27-May-2016 |
Dominic Spill <[email protected]> |
Merge pull request #44 from seanrivera/master
Fix the packet output so wireshark doesn't complain |
cb105de6 | 27-May-2016 |
Sean Rivera <[email protected]> |
Or bits not and |
1272fe8b | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed Payload present |
4de3c54f | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the packet length? |
41a7e12d | 27-May-2016 |
Sean Rivera <[email protected]> |
Fixed the packet output |
14ff4162 | 27-May-2016 |
Dominic Spill <[email protected]> |
Merge pull request #43 from seanrivera/master
Started logging the payloads to the output files |
8243a598 | 27-May-2016 |
Sean Rivera <[email protected]> |
Started logging the payloads to the output files |