summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_cmd.h
diff options
context:
space:
mode:
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;