History log of /libbtbb/lib/src/pcap-common.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 75e6dc72 16-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 ...


# fa8f3df8 27-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 ...


# 8243a598 27-May-2016 Sean Rivera <[email protected]>

Started logging the payloads to the output files


# b6703d5d 16-Feb-2016 Mike Ryan <[email protected]>

Force PCAP on by default, and remove dependency from cmake

Fixes #34

Could probably use more testing


# 6887217e 26-Nov-2015 Mike Ryan <[email protected]>

include DLTs for BT


# a3df4d72 23-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


# 1a7f7403 20-Mar-2015 Dominic Spill <[email protected]>

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


# f83b85cf 26-Nov-2014 Dominic Spill <[email protected]>

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


# 0e05cc66 23-Nov-2014 Dominic Spill <[email protected]>

Tidy / fix some PCAP / PCAPNG formatting code


# fa150dd3 08-Jul-2014 Dominic Spill <[email protected]>

Fix building against latest libpcap


# 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 ...