Wireshark-commits: [Wireshark-commits] master caed4ae: Bluetooth: fix Flow Specification HCI Comman

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 05 Mar 2020 17:18:35 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=caed4ae2a8106b3a0727d8fe811247eb4ec3dd29
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

caed4ae by Mike Ryan (mikeryan@xxxxxxxxxxxxxx):

    Bluetooth: fix Flow Specification HCI Command
    
    The existing dissector does not extract the "Flow Direction" field,
    leading to incorrect decoding of all subsequent fields and incorrect
    warnings about additional data being present at the end of the packet.
    This patch extracts the one byte field and provides human-readable
    representations of the legal field values.
    
    Change-Id: Iba69eb7265e0589744721eaff07143b638b71168
    Reviewed-on: https://code.wireshark.org/review/36275
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  86337a8   Qt: Don't hijack Ctrl+C for copy packet list entry as plain text
     add  caed4ae   Bluetooth: fix Flow Specification HCI Command


Summary of changes:
 epan/dissectors/packet-bthci_cmd.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)