4f840bce | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Remove old versioning information - only set in CMakeLists.txt now |
7b44a439 | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Experiment with clang builds Because playing with the CI is way more fun than fixing bugs |
5d9f832c | 05-Sep-2015 |
Mike Ryan <[email protected]> |
piconet: silly wabbit, uint8_t is always >= 0! |
a5e0bbb8 | 05-Sep-2015 |
Mike Ryan <[email protected]> |
travis: don't warn on zero length array (seriously?!) |
d58a6117 | 05-Sep-2015 |
Dominic Spill <[email protected]> |
Set aggressive flags for travis ci builds - Perhaps -Werror is too aggressive, but we'll ignore it if we don't |
d9528177 | 05-Sep-2015 |
Mike Ryan <[email protected]> |
warnings: kill (most) warnings with -Wall -Werror -Wextra |
3e500799 | 05-Sep-2015 |
Mike Ryan <[email protected]> |
pcapng: treat result as a signed size_t |
d211bfb4 | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Remove assertions and handle malformed/encrypted packets differently |
d9a0b63d | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Add test BT BR/EDR file for new plugin |
14430aa0 | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Silence build warnings and remove unused code |
d73cdf28 | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Only calculate hopping pattern when we have a valid UAP |
26a99405 | 04-Sep-2015 |
Dominic Spill <[email protected]> |
Only set channel maps for known piconets |
8a9a2d4c | 03-Sep-2015 |
Mike Ryan <[email protected]> |
cmake: find PCAP correctly on both Linux and OS X |
0a797779 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Don't upload build artifacts |
38557ea0 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Experimental upload of build |
4653a0a5 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Add libpcap-dev via apt repo |
da3690a0 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Move Travis-CI to continer infrastructure |
2a04bea9 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Experimental travis-ci config |
f9b842d4 | 02-Sep-2015 |
Dominic Spill <[email protected]> |
Merge pull request #19 from elli89/afh
Add AFH support to hopping sequence detection |
8cbbcf46 | 01-Sep-2015 |
Mike Ryan <[email protected]> |
cmake: use homebrew version of libpcap by default
Fixes #15 |
f53131db | 26-Aug-2015 |
Dominic Spill <[email protected]> |
Remove old build instuctions from Wireshark plugin readme files |
9742d1aa | 26-Aug-2015 |
Dominic Spill <[email protected]> |
Remove unused (and confusing) makefiles
|
277f0d41 | 26-Aug-2015 |
Dominic Spill <[email protected]> |
Remove outdated (and slightly confusing) patch for building within wireshark
|
389f0c69 | 21-Aug-2015 |
Dominic Spill <[email protected]> |
Missing break in packet type switch statement GitHub issue #23 |
ac7dabcc | 12-Jun-2015 |
Dominic Spill <[email protected]> |
Merge pull request #18 from troth/fix/ubertooth/issue-56
fix/ubertooth/issue 56 - stack smashing detected |