aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_h4.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-09-23 19:40:54 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-09-23 19:40:54 +0000
commit0693598d86fc1dcac6c9575bd2472405913cc927 (patch)
tree59c2f6acbd548d4e0751cfa2d4ae01cd4cabf78b /epan/dissectors/packet-hci_h4.h
parentb2d3e554db968a8de61eaecba1ca3da7d979ea37 (diff)
From Allan M. Madsen:
Wireshark is only supporting a very old and deprecated version of the Bluetooth specification (1.1). The Bluetooth SIG recently ratified version 2.1 of the Bluetooth specification and a lot of enhancements have been added to the specification. The HCI dissectors needs a major update to match these changes. svn path=/trunk/; revision=22924
Diffstat (limited to 'epan/dissectors/packet-hci_h4.h')
-rw-r--r--epan/dissectors/packet-hci_h4.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hci_h4.h b/epan/dissectors/packet-hci_h4.h
index df557612af..5f403665a0 100644
--- a/epan/dissectors/packet-hci_h4.h
+++ b/epan/dissectors/packet-hci_h4.h
@@ -37,6 +37,16 @@ extern const value_string bthci_cmd_opcode_vals[];
#define HCI_OGF_INFORMATIONAL 0x04
#define HCI_OGF_STATUS 0x05
#define HCI_OGF_TESTING 0x06
+#define HCI_OGF_LOGO_TESTING 0x3e
+#define HCI_OGF_VENDOR_SPECIFIC 0x3f
extern const value_string bthci_ogf_vals[];
+extern const value_string bthci_cmd_status_vals[];
+extern const value_string bthci_cmd_service_class_type_vals[];
+extern const value_string bthci_cmd_major_dev_class_vals[];
+extern const value_string bthci_cmd_eir_data_type_vals[];
+extern const value_string bthci_cmd_io_capability_vals[];
+extern const value_string bthci_cmd_oob_data_present_vals[];
+extern const value_string bthci_cmd_auth_req_vals[];
+
#endif