ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Tue, 17 Oct 2006 13:40:27 GMT
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