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

Date: Thu, 18 Dec 2008 09:17:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27046

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

Log:
 The "8 mysterious bytes" are bytes reserved for a setup header - with
 the Linux USB capture mechanism, there are always 8 bytes of setup
 header after the URB, regardless of whether there's a setup header or
 not; if there is no setup header, we just skip those 8 bytes.
 
 Don't skip them *twice*, however.

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