aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-01-07 12:16:15 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-02-03 06:45:56 +0000
commitca3fe281f586e07b0e0d47a946a5d5d1b0263f97 (patch)
treeb484160025de034186ffa7aea94320242c3bbc12 /epan/dissectors/packet-bluetooth.h
parent60b9be9644212cfa84980c9753692d9598689b29 (diff)
Bluetooth: ATT: Dissect almost all attributes
Change-Id: Ia388c07150d9664327daf2d1990b4465b5f4ae28 Reviewed-on: https://code.wireshark.org/review/6910 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-bluetooth.h')
-rw-r--r--epan/dissectors/packet-bluetooth.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bluetooth.h b/epan/dissectors/packet-bluetooth.h
index 234a25b09e..a02a535a3f 100644
--- a/epan/dissectors/packet-bluetooth.h
+++ b/epan/dissectors/packet-bluetooth.h
@@ -209,7 +209,8 @@ typedef struct _custom_uuid_t {
const gchar *name;
} custom_uuid_t;
-extern const custom_uuid_t custom_uuid[];
+extern const value_string bluetooth_uuid_vals[];
+extern const custom_uuid_t custom_uuid[];
extern value_string_ext bluetooth_uuid_vals_ext;
extern value_string_ext bluetooth_company_id_vals_ext;
@@ -220,6 +221,7 @@ extern gint dissect_bd_addr(gint hf_bd_addr, proto_tree *tree, tvbuff_t *tvb,
extern uuid_t get_uuid(tvbuff_t *tvb, gint offset, gint size);
extern gchar *print_uuid(uuid_t *uuid);
+extern gchar *print_numeric_uuid(uuid_t *uuid);
extern void save_local_device_name_from_eir_ad(tvbuff_t *tvb, gint offset,
packet_info *pinfo, guint8 size, bluetooth_data_t *bluetooth_data);