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

Wireshark-dev: [Wireshark-dev] Bluetooth dissector patch

From: Andrei Emeltchenko <andrei.emeltchenko.news@xxxxxxxxx>
Date: Thu, 25 Nov 2010 16:20:54 +0200
Hei, please check the patch for BT dissector
Index: epan/dissectors/packet-bthci_evt.c
===================================================================
--- epan/dissectors/packet-bthci_evt.c	(revision 35027)
+++ epan/dissectors/packet-bthci_evt.c	(working copy)
@@ -311,6 +311,7 @@
 static const value_string evt_link_types[]  = {
 	{0x00, "SCO connection (Voice Channels)"},
 	{0x01, "ACL connection (Data Channels)"},
+	{0x02, "eSCO connection (Voice Channels)"},
 	{0, NULL }
 };
 
@@ -2637,7 +2638,7 @@
 				NULL, HFILL }
 		},
 		{ &hf_bthci_evt_link_type,
-			{ "Link Type",        "bthci_evt.link_type",
+			{ "Link Type", "bthci_evt.link_type",
 				FT_UINT8, BASE_HEX, VALS(evt_link_types), 0x0,
 				NULL, HFILL }
 		},