Tyson Key wrote:
Hi, sorry to hijack the thread, but does anyone know if there will be a
link type code available for Bluetooth
"Bluetooth" is too general a term to ask about.
in pcap-ng?
The link-layer types for pcap-NG are the same as the link-layer types
for libpcap; libpcap, and therefore pcap-NG, has:
/*
* Bluetooth HCI UART transport layer (part H:4); requested by
* Paolo Abeni.
*/
#define DLT_BLUETOOTH_HCI_H4 187
...
/*
* Bluetooth HCI UART transport layer (part H:4), with pseudo-header
* that includes direction information; requested by Paolo Abeni.
*/
#define DLT_BLUETOOTH_HCI_H4_WITH_PHDR 201