Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] pcap-ng support

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 22 Jan 2008 01:23:07 -0800
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