http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19575
User: sahlberg
Date: 2006/10/17 01:40 PM
Log:
now when we do dissect the descriptors:
add tracking so that when we find an interface descriptor which tells us the device class we also create a conversation for each and every endpoint for that interface and also let all conversations (one for each endpoint) share the same usb conversation info structure.
store the device type inside this conv_info structure
add the required code to manage BULK data pdus and have it for now only display what kind of bulk data is contained (interface class as snooped from the descriptors)
we now only need a class dissector table we can fork off into from the bulk dissector in usb and then an external usb_masstorage dissector that registers itself as a mass storage device and we should be all set to dissect the scsi layer being transported atop usb
Directory: /trunk/epan/dissectors/
Changes Path Action
+121 -2 packet-usb.c Modified