History log of /libbtbb/ (Results 26 – 50 of 359)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
dbce166602-Mar-2017 Dominic Spill <[email protected]>

Increment major version number due to backwards incompatibility

a4e1501001-Mar-2017 Dominic Spill <[email protected]>

Merge pull request #47 from tsvehagen/fix-pcap-magic

Fix pcap magic number for nanoseconds

088a90e801-Mar-2017 Dominic Spill <[email protected]>

Bump SO version and fix some const values

18850e9701-Mar-2017 Dominic Spill <[email protected]>

Merge pull request #49 from elli89/fix_decode

correct and simplify the btbb_decode() procedure

9850be8131-Jan-2017 Dominic Spill <[email protected]>

Tidy cmake for OS X and static/shared lib builds

a648d97130-Jan-2017 Dominic Spill <[email protected]>

Fix a couple of warnings about uint8_t bitshifting

1eecca5127-Oct-2016 Dominic Spill <[email protected]>

Correct NAP extraction from 8 bits to 16 bits
- Thanks to Nemanja Savić

ab0dd8d726-Oct-2016 Mike Ryan <[email protected]>

le: decode flags

f25ef1fb26-Oct-2016 Mike Ryan <[email protected]>

le: parse manufacturer-specific data

ee0d4df026-Oct-2016 Mike Ryan <[email protected]>

le: parse remaining LE advertising types

Hat tip to @ZeroChaos- for reporting this issue.

194e638b13-Jul-2016 Hannes Ellinger <[email protected]>

move btbb_decode() to bluetooth_packet.c since it has no relation to btbb_piconet any more

0c07172913-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 ...

c4e05ee813-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

ed0dc6dc13-Jul-2016 Hannes Ellinger <[email protected]>

trim whitespaces at the end of a line

8d6c49c704-Jul-2016 Dominic Spill <[email protected]>

Add OS X to travis build

f1381c6f29-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 ...

6d6bf5cb27-May-2016 Dominic Spill <[email protected]>

Merge pull request #45 from seanrivera/master

Fixed the pcapng file with all the pcap fixes

fa25b38e27-May-2016 Sean Rivera <[email protected]>

Fixed the pcapng file with all the pcap fixes

5b8c9dd627-May-2016 Dominic Spill <[email protected]>

Merge pull request #44 from seanrivera/master

Fix the packet output so wireshark doesn't complain

cb105de627-May-2016 Sean Rivera <[email protected]>

Or bits not and

1272fe8b27-May-2016 Sean Rivera <[email protected]>

Fixed Payload present

4de3c54f27-May-2016 Sean Rivera <[email protected]>

Fixed the packet length?

41a7e12d27-May-2016 Sean Rivera <[email protected]>

Fixed the packet output

14ff416227-May-2016 Dominic Spill <[email protected]>

Merge pull request #43 from seanrivera/master

Started logging the payloads to the output files

8243a59827-May-2016 Sean Rivera <[email protected]>

Started logging the payloads to the output files

12345678910>>...15