Wireshark-commits: [Wireshark-commits] master cc3a66a: MBIM: fix dissection of captures taken on a

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 May 2015 11:35:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc3a66a3098fa5ee66cccd9bf76c170b760b2119
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cc3a66a by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    MBIM: fix dissection of captures taken on a Linux host
    
    - ensure that MBIM tree is not below URB setup one
    - do not try to dissect an empty tvb
    
    Change-Id: I8c6655727eec7df84882fd861d5581848340e0f3
    Reviewed-on: https://code.wireshark.org/review/8410
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d3dbb2b   USB COM: add dissection of ECM Management Element Notifications
    adds  cc3a66a   MBIM: fix dissection of captures taken on a Linux host


Summary of changes:
 epan/dissectors/packet-mbim.c    |    3 ++-
 epan/dissectors/packet-usb-com.c |    4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)