History log of /libbtbb/lib/ (Results 51 – 75 of 102)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d73cdf2804-Sep-2015 Dominic Spill <[email protected]>

Only calculate hopping pattern when we have a valid UAP

26a9940504-Sep-2015 Dominic Spill <[email protected]>

Only set channel maps for known piconets

f9b842d402-Sep-2015 Dominic Spill <[email protected]>

Merge pull request #19 from elli89/afh

Add AFH support to hopping sequence detection

389f0c6921-Aug-2015 Dominic Spill <[email protected]>

Missing break in packet type switch statement
GitHub issue #23

114033a212-Jun-2015 Hannes Ellinger <[email protected]>

afh: implement optimized generation of hopping sequence with support for AFH

f1965e4d12-Jun-2015 Hannes Ellinger <[email protected]>

afh: add AFH support for faster hopping pattern detection

871ad2c026-May-2015 Theodore A. Roth <[email protected]>

pcapng: Eliminate/Document some magic numbers.

* The magic number of 36 used when calculating the block_length
represents the size of the 'Enhanced Packet Block' in pcapng (excluding
the data pa

pcapng: Eliminate/Document some magic numbers.

* The magic number of 36 used when calculating the block_length
represents the size of the 'Enhanced Packet Block' in pcapng (excluding
the data packet itself). Replace the magic number with a macro. See
http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html#sectionepb

* The magic number of 9 added to the caplen represents the extra bytes
of a BLE link layer packet outside of the PDU payload. Added a comment
to identify what those extra 9 bytes represent.

show more ...

1ce7419b26-May-2015 Theodore A. Roth <[email protected]>

Fix buffer overflow in assemble_pcapng_le_packet().

The pcapng_le_packet structure did not allocate enough storage to
contain the OPTIONS and BLOCK_TOTAL_LENGTH fields at the end of the
pcapng enhan

Fix buffer overflow in assemble_pcapng_le_packet().

The pcapng_le_packet structure did not allocate enough storage to
contain the OPTIONS and BLOCK_TOTAL_LENGTH fields at the end of the
pcapng enhanced block structure (see
http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html#sectionepb).

* Added fields to pcapng_le_packet structure for options and length
along with two bytes of padding to allow for 32 bit alignment of
options and length fields.
* Added assert() to catch cases of potential buffer overflow.

This fixes the following bug report in ubertooth project:
https://github.com/greatscottgadgets/ubertooth/issues/56

show more ...

39524c5904-May-2015 Theodore A. Roth <[email protected]>

cmake: Fix libbtbb.pc.in.

The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not
set by cmake. Set the values in the libbtbb.pc.in file by including the
GNUInstallDirs.cmake file i

cmake: Fix libbtbb.pc.in.

The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not
set by cmake. Set the values in the libbtbb.pc.in file by including the
GNUInstallDirs.cmake file in CMakeLists.txt. This creates the
CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR variables.

This change allows user to configure for installing into non-standard
locations as such:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..

show more ...

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

43ef808221-Mar-2015 Dominic Spill <[email protected]>

Remove hacky pcap flag

1a7f740320-Mar-2015 Dominic Spill <[email protected]>

Modify btbb.h based on pcap support
- To inform ubertooth / gr-bluetooth pcap support

133c5fa218-Mar-2015 Dominic Spill <[email protected]>

Add USE_PCAP flag to enable/disable PCAP

07293f9e18-Mar-2015 Dominic Spill <[email protected]>

Add transport getter functions to btbb for pcaps

c79c92da18-Mar-2015 Dominic Spill <[email protected]>

Print error when unable to allocate packet

76d46d8b06-Mar-2015 Dominic Spill <[email protected]>

Check for failed malloc() before writing to struct

1f3ebb4004-Mar-2015 Dominic Spill <[email protected]>

Use popcount if we're building with gcc

abf0b3ef03-Mar-2015 Dominic Spill <[email protected]>

Update uthash version

f83b85cf26-Nov-2014 Dominic Spill <[email protected]>

Add modulation/transport to packet data
- This should improve our mapping from packet -> pcap

95079a2425-Nov-2014 Dominic Spill <[email protected]>

Set max payload length based on packet type
- Also added #defines for packet type values

0e05cc6623-Nov-2014 Dominic Spill <[email protected]>

Tidy / fix some PCAP / PCAPNG formatting code

58df507315-Nov-2014 Dominic Spill <[email protected]>

Add missing version files - Github issue #12

c7ad541514-Nov-2014 Dominic Spill <[email protected]>

Use cmake modules to alter the git commit hash when rebuilding
- as opposed to re-configuring

2f7ac37712-Nov-2014 Dominic Spill <[email protected]>

Merge branch 'master' of https://github.com/greatscottgadgets/libbtbb

7469b4d112-Nov-2014 Dominic Spill <[email protected]>

Add version information to btbb library

12345