summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-31Fix indentation, get rid of a comment that might no longer apply (dumpGuy Harris1-2/+1
2009-07-31From Adam Nielsen via bug 3659:Gerald Combs1-7/+48
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2009-05-26From Roberto Mariani via bug 3324:Gerald Combs1-51/+7
2008-12-24Name changes to match libpcap name change of the corresponding DLT_Guy Harris1-5/+5
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris1-3/+93
2008-12-18Have descriptors start out with a length of "to the end of the packet",Guy Harris1-7/+12
2008-12-18The "8 mysterious bytes" are bytes reserved for a setup header - withGuy Harris1-19/+17
2008-12-17Have separate dissectors for setup requests and responses.Guy Harris1-81/+436
2008-12-17Display the CONTROL response data only if there *is* CONTROL response data.Guy Harris1-4/+8
2008-12-17Define all the standard request code values from the USB 2.0 spec, andGuy Harris1-18/+47
2008-12-16Include the string as part of a string descriptor.Guy Harris1-8/+16
2008-11-27Don't make the pseudo-header fields look as if they're part of the USBGuy Harris1-7/+5
2008-10-02Make sure any data structures we allocate are properly initialized. FixesGerald Combs1-13/+8
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-08-12From Márton Németh:Anders Broman1-45/+406
2007-12-09From Márton Németh:Jaap Keuter1-0/+2
2007-11-27Make sure we fully initialize a struct. Fixes bug 2021.Gerald Combs1-0/+1
2007-11-23Catch a bad bLength, which may cause a loop. Fixes bug 2012.Gerald Combs1-85/+93
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-03-26from Jon SmirlRonnie Sahlberg1-8/+6
2007-03-26From Jon SmirlRonnie Sahlberg1-14/+36
2007-03-26From Ronnie Sahlberg1-1/+36
2007-03-25From a Jon Smirl patch Ronnie Sahlberg1-8/+8
2007-03-25From Jon SmirlRonnie Sahlberg1-2/+1
2007-03-25take the address to the structure and not the address to the first element of...Ronnie Sahlberg1-4/+4
2007-03-25Change USB address structure back to 8 bytes in length.Ronnie Sahlberg1-6/+24
2007-03-25create a tap for usb so that we can do conversation/host listsRonnie Sahlberg1-2/+14
2007-03-25unbreaking the usb dissectorRonnie Sahlberg1-13/+113
2007-03-24fix a bug (found by compiler warning) where we initialize the wrong variable.Ronnie Sahlberg1-2/+2
2007-03-19From Charles Lepple: in a Get Descriptor message, the descriptor indexGuy Harris1-5/+5
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