2f7ac377 | 12-Nov-2014 |
Dominic Spill <[email protected]> |
Merge branch 'master' of https://github.com/greatscottgadgets/libbtbb |
7469b4d1 | 12-Nov-2014 |
Dominic Spill <[email protected]> |
Add version information to btbb library |
cf8c0e31 | 11-Nov-2014 |
Mike Ryan <[email protected]> |
pcap: flush each packet |
45aeb03e | 06-Oct-2014 |
Dominic Spill <[email protected]> |
Fix pkgconfig install path |
64debde8 | 25-Sep-2014 |
Dominic Spill <[email protected]> |
Add note about plugin moving to Wireshark |
35ec9736 | 20-Sep-2014 |
Dominic Spill <[email protected]> |
Merge branch 'master' of https://github.com/greatscottgadgets/libbtbb |
b858c0c0 | 20-Sep-2014 |
Dominic Spill <[email protected]> |
Remove previous version check and cleanup.sh script |
a7fccc50 | 08-Sep-2014 |
Mike Ryan <[email protected]> |
le: prevent buffer overflow when memcpy'ing large-ish packets |
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 |
7e0e8e62 | 07-Jul-2014 |
Dominic Spill <[email protected]> |
Fix issue #9 - Wireshark plugins do not work in 1.12 due to check_col() |
79064150 | 07-Jul-2014 |
Dominic Spill <[email protected]> |
Remove bad config line |
40b3a521 | 06-Jul-2014 |
Dominic Spill <[email protected]> |
Tidy up debian build files |
20069597 | 06-Jul-2014 |
Dominic Spill <[email protected]> |
Add debian compat file I have no idea what level it should be, so I copied it from wireshark, like everything else |
f9e7b15c | 06-Jul-2014 |
Dominic Spill <[email protected]> |
Adding experimental Debian packaging files |
e6fdb625 | 06-Jul-2014 |
Dominic Spill <[email protected]> |
Add pkgconfig file |
50438040 | 05-Jul-2014 |
Dominic Spill <[email protected]> |
Add getter for BDADDR to support hopping on the Ubertooth |
08034a7e | 04-Jul-2014 |
Mike Ryan <[email protected]> |
wireshark: remaining plugins to build on Wireshark 1.10 and 1.12 |
ddbdc52a | 04-Jul-2014 |
Mike Ryan <[email protected]> |
wireshark: build against Wireshark 1.10 and 1.12 |
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 |
f39a5539 | 04-Jul-2014 |
Dominic Spill <[email protected]> |
Merge branch 'whiterocker-master' |
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 ...
|
03004dcf | 26-Feb-2014 |
Dominic Spill <[email protected]> |
Update release version in homebrew |