Wireshark-commits: [Wireshark-commits] master 2e7ec36: USB: allow to call sub dissectors for setup

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 12 May 2015 17:59:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e7ec36cd85649358f01c3019011251e759de9d4
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e7ec36 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    USB: allow to call sub dissectors for setup response packets without transaction available
    
    This is useful when people export displayed packets of a USB sub dissector (like MBIM) without keeping
    the USB setup requests and still expect to have "Decode As" functionality working
    
    Change-Id: Iad32ddc7b87544ff568a091f03e393a106f38554
    Reviewed-on: https://code.wireshark.org/review/8430
    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: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  8de774a   PIM: Add PIM IP version field for PIMv1 too
    adds  2e7ec36   USB: allow to call sub dissectors for setup response packets without transaction available


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