Wireshark-commits: [Wireshark-commits] master c49fcec: Moved dissection of standard setup responses

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 5 Jun 2014 05:47:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c49fcec9a669a7808fa913745bb6619c7223378f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Moved dissection of standard setup responses to own function
    
    Standard USB setup responses 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: Ibfbcd915d8cef881a6ae0f0312e5a8070984f465
    Reviewed-on: https://code.wireshark.org/review/1968
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5c03010   Moved dissection of standard setup requests to own function
    adds  c49fcec   Moved dissection of standard setup responses to own function


Summary of changes:
 epan/dissectors/packet-usb.c |   64 +++++++++++++++++++++++++-----------------
 1 file changed, 38 insertions(+), 26 deletions(-)