aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
Commit message (Expand)AuthorAgeFilesLines
* from Jon SmirlRonnie Sahlberg2007-03-261-8/+6
* From Jon SmirlRonnie Sahlberg2007-03-261-14/+36
* From Ronnie Sahlberg2007-03-261-1/+36
* From a Jon Smirl patch Ronnie Sahlberg2007-03-251-8/+8
* From Jon SmirlRonnie Sahlberg2007-03-251-2/+1
* take the address to the structure and not the address to the first element of...Ronnie Sahlberg2007-03-251-4/+4
* Change USB address structure back to 8 bytes in length.Ronnie Sahlberg2007-03-251-6/+24
* create a tap for usb so that we can do conversation/host listsRonnie Sahlberg2007-03-251-2/+14
* unbreaking the usb dissectorRonnie Sahlberg2007-03-251-13/+113
* fix a bug (found by compiler warning) where we initialize the wrong variable.Ronnie Sahlberg2007-03-241-2/+2
* From Charles Lepple: in a Get Descriptor message, the descriptor indexGuy Harris2007-03-191-5/+5
* From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris2007-01-301-279/+212
* Commit my USB changes (change address handling)Jörg Mayer2007-01-081-60/+125
* from albert chinRonnie Sahlberg2006-11-071-6/+6
* update the list of defined application classes and list all the official ones...Ronnie Sahlberg2006-11-011-1/+18
* break request/response matching to track transactions out from the CONTROL ha...Ronnie Sahlberg2006-10-261-36/+40
* add a dissector table for class specific control input/output pdusRonnie Sahlberg2006-10-221-4/+36
* add tracking of interface class for CONTROL_INPUT as well as existing support...Ronnie Sahlberg2006-10-221-18/+22
* fix some endianess issuesRonnie Sahlberg2006-10-221-8/+8
* dissect the individual bits in the CONFIDURATION descriptor field for the end...Ronnie Sahlberg2006-10-221-2/+28
* the flags are FT_BOOLEAN not FT_UINT8Ronnie Sahlberg2006-10-211-2/+2
* prettify the flags field and power consumption for CONFIGURATION DESCRIPTORRonnie Sahlberg2006-10-211-3/+44
* new dissector : usb mass storageRonnie Sahlberg2006-10-181-8/+3
* create a dissector table for the bulk input/output packet typesRonnie Sahlberg2006-10-181-0/+25
* move some defines to packet-usb.h so that they can be shared with other disse...Ronnie Sahlberg2006-10-181-33/+3
* now when we do dissect the descriptors:Ronnie Sahlberg2006-10-171-2/+121
* add a define for the "no endpoint" constant used to represent unknown or hos...Ronnie Sahlberg2006-10-171-9/+15
* correct the little / big endian commentRonnie Sahlberg2006-10-161-2/+2
* dissect a lot more of the descriptors so that we can finally see which endpoi...Ronnie Sahlberg2006-10-161-3/+273
* Display the skipped 4 bytes from the header as setup (seeJörg Mayer2006-10-161-0/+6
* break finding/creating a conversation out into its own helper (which makes it...Ronnie Sahlberg2006-10-161-110/+266
* Finish dissection of GET DESCRIPTOR for the devicetype: DEVICE.Ronnie Sahlberg2006-10-161-6/+148
* add some variables to the task structure so that we can pass TYPE/INDEX from ...Ronnie Sahlberg2006-10-161-0/+16
* - gcc dies on "default: }", add a ;Jörg Mayer2006-10-151-1/+2
* populate the info column with the request type and whetehr it is a request or...Ronnie Sahlberg2006-10-151-0/+12
* add tracking of request/responses for CONTROL INPUT so we can start passing p...Ronnie Sahlberg2006-10-151-23/+68
* add a new port type for usb endpointsRonnie Sahlberg2006-10-151-57/+180
* start dissecting the setup headersRonnie Sahlberg2006-10-151-28/+119
* rename some fields in the setup blob to use the same names as in the standardRonnie Sahlberg2006-10-141-13/+69
* put the packet type in the summary lineRonnie Sahlberg2006-10-141-0/+4
* create a new address type AT_USB and start populating the packet list Ronnie Sahlberg2006-10-141-0/+26
* From Paolo Abeni:Jaap Keuter2006-10-121-10/+10
* from Paolo ARonnie Sahlberg2006-10-111-10/+10
* u_int32_t gives error on Windows assuming guint32 will do.Anders Broman2006-10-101-9/+9
* From Paolo AbeniRonnie Sahlberg2006-10-101-0/+212