Wireshark-commits: [Wireshark-commits] master f837dab: Bluetooth: HCI: Add command-event tracking

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 May 2015 07:10:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f837dab1b2be10eb70bacb8145492920c2f2ed44
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f837dab by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    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@xxxxxxxxx>
    

Actions performed:

    from  21b41e8   Bluetooth: HCI: Add new LE Event numbers
    adds  f837dab   Bluetooth: HCI: Add command-event tracking


Summary of changes:
 epan/dissectors/Makefile.common                    |    2 +
 epan/dissectors/packet-bluetooth.h                 |   30 --
 epan/dissectors/packet-bthci_cmd.c                 |  179 ++++++---
 epan/dissectors/packet-bthci_cmd.h                 |   79 ++++
 epan/dissectors/packet-bthci_evt.c                 |  382 ++++++++++++++++----
 .../{packet-bthci_sco.h => packet-bthci_evt.h}     |   12 +-
 epan/dissectors/packet-bthci_vendor.c              |    4 +-
 epan/dissectors/packet-btle.c                      |    1 +
 8 files changed, 529 insertions(+), 160 deletions(-)
 create mode 100644 epan/dissectors/packet-bthci_cmd.h
 copy epan/dissectors/{packet-bthci_sco.h => packet-bthci_evt.h} (82%)