aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-05-03 13:50:42 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-05-18 07:10:37 +0000
commitf837dab1b2be10eb70bacb8145492920c2f2ed44 (patch)
tree54ea9543b138172815901a659d0bc347ed7443b2 /epan/dissectors/packet-btle.c
parent21b41e89dc6476cc42337ceab3ab8a5d4978becf (diff)
Bluetooth: HCI: Add command-event tracking
HCI Commands in most cases generate response in Event queue, so try to map event to command and give user response time information. Change-Id: Ib4956829b7d0064ab528aa3202f8f959d8d371b7 Reviewed-on: https://code.wireshark.org/review/8514 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-btle.c')
-rw-r--r--epan/dissectors/packet-btle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btle.c b/epan/dissectors/packet-btle.c
index 4f286dedae..91fd6d7f8d 100644
--- a/epan/dissectors/packet-btle.c
+++ b/epan/dissectors/packet-btle.c
@@ -33,6 +33,7 @@
#include <wiretap/wtap.h>
#include "packet-btle.h"
+#include "packet-bthci_cmd.h"
#include "packet-bthci_acl.h"
static int proto_btle = -1;