Wireshark-commits: [Wireshark-commits] rev 27033: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 17 Dec 2008 09:47:45 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27033

User: guy
Date: 2008/12/17 01:47 AM

Log:
 Define all the standard request code values from the USB 2.0 spec, and
 put them into the setup_request_names_vals value_string.
 
 When processing a response, use the request type value, so we only
 dissect standard replies when it's a reply to a standard request.
 
 Display the bRequest value in decimal, as that's how they're specified
 in the USB 2.0 spec.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +47 -18    packet-usb.c    Modified