aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
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/Makefile.common
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/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 322b6f735d..89a89ff1cb 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1417,6 +1417,8 @@ DISSECTOR_INCLUDES = \
packet-btavdtp.h \
packet-btavrcp.h \
packet-bthci_acl.h \
+ packet-bthci_cmd.h \
+ packet-bthci_evt.h \
packet-btl2cap.h \
packet-btle.h \
packet-btrfcomm.h \