Wireshark-commits: [Wireshark-commits] master 90797b9: relay USB control messages without payload t

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Mar 2015 22:05:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90797b95a02a2ab3c2790e17e999cbf1552daee8
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

90797b9 by Martin Kaiser (wireshark@xxxxxxxxx):

    relay USB control messages without payload to protocol-specific dissectors
    
    at the moment, we don't forward such messages and therefore see lots
    of generic USB control messages that could be dissected further
    
    even if there's no data, a protocol-specific dissector may still set
    the columns based on conversation info
    
    Change-Id: If3fc0f0ce3bdec1f91b7e3cadc3affd56b8c8969
    Reviewed-on: https://code.wireshark.org/review/7584
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  c19860d   lbmr: fix possible infinite loop
    adds  90797b9   relay USB control messages without payload to protocol-specific dissectors


Summary of changes:
 epan/dissectors/packet-usb.c |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)