summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_cmd.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-05-13 17:33:28 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-06-15 05:40:25 +0000
commit7102a06811ab63e0433ac91ad242e02c5668d259 (patch)
tree128482bd4b38cb6d4f56344261d94ea76db1c7e1 /epan/dissectors/packet-bthci_cmd.h
parent9fb6ec6c89631f2fbb5228d8f81a727f6d1fee27 (diff)
downloadwireshark-7102a06811ab63e0433ac91ad242e02c5668d259.tar.gz
Qt/Bluetooth: Add Devices dialogue
Please found it under Bluetooth menu. It shows all devices found in logs, not only connected, all that its address can be found in logs. Show if device is local (in most cases: capturing on it side) and manufacturer and LMP version what should answer the question what version of Bluetooth is used by Bluetooth device chip. Also firmware version. Change-Id: I32e3b7100cdebcaa850b6541de0ab89dff41c0e1 Reviewed-on: https://code.wireshark.org/review/8901 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Tested-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-bthci_cmd.h')
-rw-r--r--epan/dissectors/packet-bthci_cmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bthci_cmd.h b/epan/dissectors/packet-bthci_cmd.h
index c9d3dd4f96..bcb6c5b7dd 100644
--- a/epan/dissectors/packet-bthci_cmd.h
+++ b/epan/dissectors/packet-bthci_cmd.h
@@ -59,6 +59,10 @@ typedef struct _bthci_cmd_data_t {
nstime_t pending_abs_ts;
guint32 response_in_frame;
nstime_t response_abs_ts;
+
+ union {
+ gchar *name;
+ } data;
} bthci_cmd_data_t;
extern wmem_tree_t *bthci_cmds;