aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris1-279/+212
2007-01-08Commit my USB changes (change address handling)Jörg Mayer1-60/+125
2006-11-07from albert chinRonnie Sahlberg1-6/+6
2006-11-01update the list of defined application classes and list all the official ones...Ronnie Sahlberg1-1/+18
2006-10-26break request/response matching to track transactions out from the CONTROL ha...Ronnie Sahlberg1-36/+40
2006-10-22add a dissector table for class specific control input/output pdusRonnie Sahlberg1-4/+36
2006-10-22add tracking of interface class for CONTROL_INPUT as well as existing support...Ronnie Sahlberg1-18/+22
2006-10-22fix some endianess issuesRonnie Sahlberg1-8/+8
2006-10-22dissect the individual bits in the CONFIDURATION descriptor field for the end...Ronnie Sahlberg1-2/+28
2006-10-21the flags are FT_BOOLEAN not FT_UINT8Ronnie Sahlberg1-2/+2
2006-10-21prettify the flags field and power consumption for CONFIGURATION DESCRIPTORRonnie Sahlberg1-3/+44
2006-10-18new dissector : usb mass storageRonnie Sahlberg1-8/+3
2006-10-18create a dissector table for the bulk input/output packet typesRonnie Sahlberg1-0/+25
2006-10-18move some defines to packet-usb.h so that they can be shared with other disse...Ronnie Sahlberg1-33/+3
2006-10-17now when we do dissect the descriptors:Ronnie Sahlberg1-2/+121
2006-10-17add a define for the "no endpoint" constant used to represent unknown or hos...Ronnie Sahlberg1-9/+15
2006-10-16correct the little / big endian commentRonnie Sahlberg1-2/+2
2006-10-16dissect a lot more of the descriptors so that we can finally see which endpoi...Ronnie Sahlberg1-3/+273
2006-10-16Display the skipped 4 bytes from the header as setup (seeJörg Mayer1-0/+6
2006-10-16break finding/creating a conversation out into its own helper (which makes it...Ronnie Sahlberg1-110/+266
2006-10-16Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE.Ronnie Sahlberg1-6/+148
2006-10-16add some variables to the task structure so that we can pass TYPE/INDEX from ...Ronnie Sahlberg1-0/+16
2006-10-15- gcc dies on "default: }", add a ;Jörg Mayer1-1/+2
2006-10-15populate the info column with the request type and whetehr it is a request or...Ronnie Sahlberg1-0/+12
2006-10-15add tracking of request/responses for CONTROL INPUT so we can start passing p...Ronnie Sahlberg1-23/+68
2006-10-15add a new port type for usb endpointsRonnie Sahlberg1-57/+180
2006-10-15start dissecting the setup headersRonnie Sahlberg1-28/+119
2006-10-14rename some fields in the setup blob to use the same names as in the standardRonnie Sahlberg1-13/+69
2006-10-14put the packet type in the summary lineRonnie Sahlberg1-0/+4
2006-10-14create a new address type AT_USB and start populating the packet list Ronnie Sahlberg1-0/+26
2006-10-12From Paolo Abeni:Jaap Keuter1-10/+10
2006-10-11from Paolo ARonnie Sahlberg1-10/+10
2006-10-10u_int32_t gives error on Windows assuming guint32 will do.Anders Broman1-9/+9
2006-10-10From Paolo AbeniRonnie Sahlberg1-0/+212