Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 75c7b15: Bluetooth: Fix OBEX over L2CAP detection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Jul 2014 01:26:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75c7b154a2619292968cc52313c4aaf3ea21c5a3
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

75c7b15 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Bluetooth: Fix OBEX over L2CAP detection
    
    There are two cases:
    1. btl2cap -> btrfcomm -> btobex
    2. btl2cap -> btobex
    
    Case 2 is rare, so according to its name and to avoid confusion
    I based on it.
    
    Bug:10316
    Change-Id: Ibeabeaf2f8376425460c56bad8fb980b460dd940
    Reviewed-on: https://code.wireshark.org/review/3225
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  82efb21   add 恵 to the AUTHORS file
    adds  75c7b15   Bluetooth: Fix OBEX over L2CAP detection


Summary of changes:
 epan/dissectors/packet-btl2cap.c  |    3 ++-
 epan/dissectors/packet-btl2cap.h  |    2 ++
 epan/dissectors/packet-btobex.c   |    2 +-
 epan/dissectors/packet-btrfcomm.c |    2 +-
 epan/dissectors/packet-btrfcomm.h |    2 --
 5 files changed, 6 insertions(+), 5 deletions(-)