Wireshark-commits: [Wireshark-commits] master-3.0 c61ab11: btl2cap: Improve CoC request/response ma
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Oct 2019 06:31:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c61ab1158ef2571cc6f6e0143b8be3f8b18b9c1c
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

c61ab11 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    btl2cap: Improve CoC request/response matching
    
    Use signaling channel and command identifier to match CoC request
    and response, and then use scid and dcid later to match SDUs.
    
    Change-Id: If599d216aa9eb4c81db6eebdc4087afa696840a2
    Reviewed-on: https://code.wireshark.org/review/34675
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 4108b54bc1b5843d952238716626b2694479ccd9)
    Reviewed-on: https://code.wireshark.org/review/34695
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    

Actions performed:

    from  cf871dc   travis: fix compatibility with CMake 3.15
     add  c61ab11   btl2cap: Improve CoC request/response matching


Summary of changes:
 epan/dissectors/packet-btl2cap.c | 59 ++++++++++++++++++++++++++--------------
 1 file changed, 39 insertions(+), 20 deletions(-)