aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_h4.h
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-03 22:08:49 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-03 22:08:49 +0000
commit1268ff556c0d63f823c3f21a0c3c7212e438fb7d (patch)
tree7b47ecf6461cc13314377477689d79ba3949f285 /epan/dissectors/packet-hci_h4.h
parentf4d993b212541f88c090671fa1645f6a805dd86c (diff)
Use value_string_ext fcns to access certain value_string arrays;
Sort several value_string arrays to be in ascending order. Also: Minor whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34766 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-hci_h4.h')
-rw-r--r--epan/dissectors/packet-hci_h4.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/epan/dissectors/packet-hci_h4.h b/epan/dissectors/packet-hci_h4.h
index 5f403665a0..a2f4aa9df3 100644
--- a/epan/dissectors/packet-hci_h4.h
+++ b/epan/dissectors/packet-hci_h4.h
@@ -29,7 +29,7 @@
#define HCI_H4_TYPE_SCO 0x03
#define HCI_H4_TYPE_EVT 0x04
-extern const value_string bthci_cmd_opcode_vals[];
+extern value_string_ext bthci_cmd_opcode_vals_ext;
#define HCI_OGF_LINK_CONTROL 0x01
#define HCI_OGF_LINK_POLICY 0x02
@@ -39,14 +39,15 @@ extern const value_string bthci_cmd_opcode_vals[];
#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 value_string_ext bthci_ogf_vals_ext;
+
+extern value_string_ext bthci_cmd_status_vals_ext;
+extern value_string_ext bthci_cmd_service_class_type_vals_ext;
+extern value_string_ext bthci_cmd_major_dev_class_vals_ext;
+extern value_string_ext bthci_cmd_eir_data_type_vals_ext;
+extern value_string_ext bthci_cmd_auth_req_vals_ext;
-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