aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Fix encoding arg for various fcn calls:wmeier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-1/+1
2011-10-18From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6461 :morriss1-0/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-111/+111
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-08-08No need to check that usb_trans_info is not NULL here. The only way it could...cmaynard1-1/+1
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.cmaynard1-2/+16
2011-04-21Add #include <ctype.h> before #include "isprint.h";wmeier1-187/+188
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-5/+5
2011-03-25Change urb_type from FT_STRING to FT_UINT8. This fixes the display filteringcmaynard1-18/+5
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