History log of /libbtbb/ (Results 1 – 25 of 359)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f0fe176825-Aug-2022 Mike Ryan <[email protected]>

Merge pull request #64 from listout/type-u_char-on-musl

Fix 'u_char' undeclared on musl libc

8a8fc94e23-Aug-2022 listout <[email protected]>

Fix 'u_char' undeclared on musl libc

On musl libc we get build errors with 'u_char' undeclared and

```
expected expression before ')' token
205 | btbb_pcap_dump(h->pcap_file, &pcap_pkt.pc

Fix 'u_char' undeclared on musl libc

On musl libc we get build errors with 'u_char' undeclared and

```
expected expression before ')' token
205 | btbb_pcap_dump(h->pcap_file, &pcap_pkt.pcap_header, (u_char *)&pcap_pkt.bredr_bb_header);
```

This PR fixes both the issues, one of the issue is caused by another.

Signed-off-by: brahmajit das <[email protected]>

show more ...

48323ad006-Dec-2021 Straithe <[email protected]>

Merge pull request #61 from greatscottgadgets/add-code-of-conduct-1

Create CODE_OF_CONDUCT.md

d882bd8f06-Dec-2021 Straithe <[email protected]>

Create CODE_OF_CONDUCT.md

70bdaef520-Oct-2021 Michael Ossmann <[email protected]>

Merge pull request #60 from mossmann/cmake-release-update

update set_release.cmake for 2020-12-R1

01a5fc3d20-Oct-2021 Michael Ossmann <[email protected]>

update set_release.cmake for 2020-12-R1

3df27c6621-Jun-2021 Michael Ossmann <[email protected]>

doc: remove old links to Freenode and SourceForge

9f101b8725-Dec-2020 Mike Ryan <[email protected]>

release: 2020-12-R1

Python 3 support!

41dc705e13-Dec-2020 Mike Ryan <[email protected]>

Merge pull request #55 from micolous/remove-user0

Use `DLT_BLUETOOTH_LE_LL` for PPI rather than `DLT_USER0`.

48fe012a06-Dec-2020 Mike Ryan <[email protected]>

python: upgrade to python3

75e6dc7216-Mar-2019 Michael Farrell <[email protected]>

Use `DLT_BLUETOOTH_LE_LL` for PPI rather than `DLT_USER0`.

`DLT_USER*` is intended for private use. It requires extra configuration in
tools like Wireshark to make it actually work, and causes prob

Use `DLT_BLUETOOTH_LE_LL` for PPI rather than `DLT_USER0`.

`DLT_USER*` is intended for private use. It requires extra configuration in
tools like Wireshark to make it actually work, and causes problems for
Ubertooth users in other tools (eg: secdev/scapy#1673)

I don't have the hardware for this, so I cannot test this change.

show more ...

6c7b9ffc03-Jan-2019 Dominic Spill <[email protected]>

Merge pull request #54 from demantz/bugfix_lmp_dissector

bugfixes: correct size of LMP_NOT_ACCEPTED_EXT is 5. use ext_opcode strings

e58757e217-Dec-2018 Dominic Spill <[email protected]>

Tidy Travis config to match other projects

9d66440005-Dec-2018 Mike Ryan <[email protected]>

release: 2018-12-R1

8d164ca229-May-2018 Dennis Mantz <[email protected]>

bugfixes: correct size of LMP_NOT_ACCEPTED_EXT is 5. use ext_opcode strings.

5a7a524608-Aug-2018 Mike Ryan <[email protected]>

release: 2018-08-R1

d615b97c26-Jun-2018 Mike Ryan <[email protected]>

release: 2018-06-R1

3bbc8d9903-Jun-2018 Mike Ryan <[email protected]>

create LICENSE: GPLv2

This repo has always been GPLv2, but it lacked a LICENSE file

fa8f3df827-May-2018 Mike Ryan <[email protected]>

le: handle BT 5.0 long packets

As of Bluetooth 5, LE packets can be up to 255 octets long. Do not
truncate when capturing such long packets. Note that there is still an
assert lying around in the Pc

le: handle BT 5.0 long packets

As of Bluetooth 5, LE packets can be up to 255 octets long. Do not
truncate when capturing such long packets. Note that there is still an
assert lying around in the PcapNG code, waiting to be tripped.

show more ...

1b6084db13-Mar-2017 Dominic Spill <[email protected]>

Update version string setting proceedure

Package maintainers can override the git repo detection by providing
their own release version string using cmake -DRELEASE_STRING="you_version"
For all othe

Update version string setting proceedure

Package maintainers can override the git repo detection by providing
their own release version string using cmake -DRELEASE_STRING="you_version"
For all other users we check for a git repo and default to the last release
version string if none is found

show more ...

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

Update release string logic to check for git dir by default

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

log version string in cmake output

3fe74c5010-Mar-2017 Dominic Spill <[email protected]>

Add changelog

363eaeac04-Mar-2017 Dominic Spill <[email protected]>

Increment SO version

25d64f6303-Mar-2017 Dominic Spill <[email protected]>

Remove old, unused makefile


12345678910>>...15