Wireshark-commits: [Wireshark-commits] master 5c03010: Moved dissection of standard setup requests
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Jun 2014 05:47:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c03010926f4e793fd0575e4d91f865535395a9c
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5c03010 by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Moved dissection of standard setup requests to own function
    
    Standard USB setup requests are now handled by a seperate function.
    Before, dissection was handled in the dissect_usb_common().
    
    This is part of an effort to make dissect_usb_common() more modular
    so that code can be shared between the USB & the MAUSB dissector.
    
    Change-Id: I51944c688cc0715887abd4c8e5a7e3639c06821b
    Reviewed-on: https://code.wireshark.org/review/1967
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  eaa571a   Added generic setup dissector for USB control transfers
    adds  5c03010   Moved dissection of standard setup requests to own function


Summary of changes:
 epan/dissectors/packet-usb.c |   59 ++++++++++++++++++++++++++----------------
 1 file changed, 37 insertions(+), 22 deletions(-)