URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2366113c60fdf65dc9d50d2d4f97a88fdc8d8a1f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2366113 by Sean O. Stalley (sean.stalley@xxxxxxxxx):
    Added basic MA USB isochronous packet support
    
    Iso fields in a MA USB header are now dissected,
    instead of treating them as non-iso fields.
    
    Change-Id: I13c9ba5b0c54ef0b5130c2e87c7de3de9dbe9e22
    Signed-off-by: Sean O. Stalley <sean.stalley@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/7397
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  bc8228b   Added Dissection of CancelTransfer MA packets
    adds  2366113   Added basic MA USB isochronous packet support
Summary of changes:
 epan/dissectors/packet-mausb.c |  273 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 255 insertions(+), 18 deletions(-)