Wireshark-commits: [Wireshark-commits] master df10186: [USB] dissect the data part in outgoing isoc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Dec 2015 14:06:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=df101863731967da50586a801fb3e61870a2e03a
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

df10186 by Martin Kaiser (wireshark@xxxxxxxxx):

    [USB] dissect the data part in outgoing isochronous URBs on Linux
    
    The kernel sets the URBs status to -EXDEV in this case. Don't require
    status == OK in this case.
    
    Set pinfo->p2p_dir for USB packets. Sent/received is from the
    perspective of the host.
    
    Bug: 11868
    Change-Id: I2be2348507bef47272d3d8786019ec90457141ac
    Reviewed-on: https://code.wireshark.org/review/12731
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  aa00284   Add %ProgramW6432% to the list of search paths when looking for 7-Zip.
    adds  df10186   [USB] dissect the data part in outgoing isochronous URBs on Linux


Summary of changes:
 epan/dissectors/packet-usb.c |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)