c6bb3715 | 07-Jul-2014 |
Mike Ryan <[email protected]> |
le: dump 24 correctly |
fa150dd3 | 08-Jul-2014 |
Dominic Spill <[email protected]> |
Fix building against latest libpcap |
50438040 | 05-Jul-2014 |
Dominic Spill <[email protected]> |
Add getter for BDADDR to support hopping on the Ubertooth |
b53c3fb7 | 04-Jul-2014 |
Mike Ryan <[email protected]> |
le: correctly dump data into PCAP PPI format
There were two issues with this code. First, the length of the dump was incorrect as it did not include fields not accounted for in LE LL length. Second,
le: correctly dump data into PCAP PPI format
There were two issues with this code. First, the length of the dump was incorrect as it did not include fields not accounted for in LE LL length. Second, the code skipped dumping the PPI header.
show more ...
|
45809783 | 04-Jul-2014 |
Mike Ryan <[email protected]> |
build: build on systems with libpcap 1.4 and earlier |
0a637dca | 04-Jul-2014 |
Dominic Spill <[email protected]> |
Reduce use of constants in BLE packet processing |
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 |
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 |
cc2522a0 | 29-Jan-2014 |
Dominic Spill <[email protected]> |
Shorten shared library name |
ba100f3d | 15-Jan-2014 |
Mike Ryan <[email protected]> |
le_print: update count to reference total number of new opcodes |
b3394904 | 15-Jan-2014 |
Mike Ryan <[email protected]> |
le_print: dump new LL control opcodes from Bluetooth 4.1 |
387b6603 | 14-Jan-2014 |
Ivan Krasin <[email protected]> |
le_print: dump Opcode value and name in the case of LL Control PDU. |
5d00a97f | 13-Jan-2014 |
Ivan Krasin <[email protected]> |
bluetooth_le_packet: fix octet number for printing Hop and SCA. |
935bdedb | 24-Jul-2013 |
Dominic Spill <[email protected]> |
Update uthash.h to latest (1.9.8) |
fb402f56 | 24-Jul-2013 |
Dominic Spill <[email protected]> |
Make header location more sensible |
14233ba7 | 08-Jul-2013 |
Dominic Spill <[email protected]> |
Special case fixing 0 errors (avoid infinite-ish loop) |
45000095 | 05-Jun-2013 |
Mike Ryan <[email protected]> |
le: handle "more UUIDs available" |
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 |