aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-12-13From Marton Nemeth via bug #5490: Cleanup USB endpoint direction display.cmaynard1-4/+39
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.cmaynard1-0/+157
2010-10-30Use value_string_ext fcns to access a value_string array;wmeier1-115/+117
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andguy1-49/+62
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-263/+263
2010-04-21From Chris Maynard:guy1-170/+281
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-01-22Fix some gcc -Wshadow warningswmeier1-7/+7
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-10-30From Márton Németh: jake1-0/+9
2009-10-29From Marton Nemeth via bug 4181:stig1-2/+14
2009-10-29From Marton Nemeth via bug 4173:stig1-13/+6
2009-10-25From Marton Nemeth via bug 4163:stig1-5/+11
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-31Fix indentation, get rid of a comment that might no longer apply (dumpguy1-2/+1
2009-07-31From Adam Nielsen via bug 3659:gerald1-7/+48
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-60/+60
2009-05-26From Roberto Mariani via bug 3324:gerald1-51/+7
2008-12-24Name changes to match libpcap name change of the corresponding DLT_guy1-5/+5
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.guy1-3/+93
2008-12-18Have descriptors start out with a length of "to the end of the packet",guy1-7/+12
2008-12-18The "8 mysterious bytes" are bytes reserved for a setup header - withguy1-19/+17
2008-12-17Have separate dissectors for setup requests and responses.guy1-81/+436
2008-12-17Display the CONTROL response data only if there *is* CONTROL response data.guy1-4/+8
2008-12-17Define all the standard request code values from the USB 2.0 spec, andguy1-18/+47
2008-12-16Include the string as part of a string descriptor.guy1-8/+16
2008-11-27Don't make the pseudo-header fields look as if they're part of the USBguy1-7/+5
2008-10-02Make sure any data structures we allocate are properly initialized. Fixesgerald1-13/+8
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2008-08-12From Márton Németh:etxrab1-45/+406
2007-12-09From Márton Németh:jake1-0/+2
2007-11-27Make sure we fully initialize a struct. Fixes bug 2021.gerald1-0/+1
2007-11-23Catch a bad bLength, which may cause a loop. Fixes bug 2012.gerald1-85/+93
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-03-26from Jon Smirlsahlberg1-8/+6
2007-03-26From Jon Smirlsahlberg1-14/+36
2007-03-26From sahlberg1-1/+36
2007-03-25From a Jon Smirl patch sahlberg1-8/+8
2007-03-25From Jon Smirlsahlberg1-2/+1
2007-03-25take the address to the structure and not the address to the first element of...sahlberg1-4/+4
2007-03-25Change USB address structure back to 8 bytes in length.sahlberg1-6/+24
2007-03-25create a tap for usb so that we can do conversation/host listssahlberg1-2/+14
2007-03-25unbreaking the usb dissectorsahlberg1-13/+113
2007-03-24fix a bug (found by compiler warning) where we initialize the wrong variable.sahlberg1-2/+2
2007-03-19From Charles Lepple: in a Get Descriptor message, the descriptor indexguy1-5/+5
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.guy1-279/+212
2007-01-08Commit my USB changes (change address handling)jmayer1-60/+125
2006-11-07from albert chinsahlberg1-6/+6