Wireshark-commits: [Wireshark-commits] master 5a9e438: Bluetooth: RFCOMM: Replace Decode by Channel

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 08:07:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a9e438b05d0eef54e3516905554641da301562c
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5a9e438 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: RFCOMM: Replace Decode by Channel by DLCI
    
    Channel is not enough to decode streams over RFCOMM. DLCI is.
    DLCI is Channel and Direction bit that can be used to recognize
    which side RFCOMM service (channel) is - remote or local side.
    Direction bit is first bit in DLCI so: DLCI = Channel < 1 | Direction.
    
    Change-Id: I56a641cfd2d4495d119f08ded1aab5cead458e17
    Reviewed-on: https://code.wireshark.org/review/9679
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  dac7cf9   Bluetooth: Add generic UUID table for DecodeBy
    adds  5a9e438   Bluetooth: RFCOMM: Replace Decode by Channel by DLCI


Summary of changes:
 epan/dissectors/packet-btrfcomm.c |   38 ++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)