Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

Date: Sun, 25 Mar 2007 05:20:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21173

User: sahlberg
Date: 2007/03/25 05:20 AM

Log:
 unbreaking the usb dissector
 
 since dlt189 was introduced   the dissector has been suboptimal
 
 
 assuming the capture   usb_memory_stick.pcap on the wiki shows what this linktype
 should look like, this patch
 - adds request in/response in/time  generated fields to the dissect pane
 - fixes the tracking of what is a request and what is a response (the old code just can not have worked!)
 - fixes conversation tracking to work (dont add the port/endpoint into the length of the address)
 - handles some mysterious extra 8 bytes prepended to a lot of different packets.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +113 -13   packet-usb.c    Modified
  +2 -1      packet-usb.h    Modified