summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-111/+111
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-08-08No need to check that usb_trans_info is not NULL here. The only way it could...Chris Maynard1-1/+1
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.Chris Maynard1-2/+16
2011-04-21Add #include <ctype.h> before #include "isprint.h";Bill Meier1-187/+188
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-5/+5
2011-03-25Change urb_type from FT_STRING to FT_UINT8. This fixes the display filteringChris Maynard1-18/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-12-13From Marton Nemeth via bug #5490: Cleanup USB endpoint direction display.Chris Maynard1-4/+39
2010-11-24Add support for USB isochronous. From Marton Nemeth via bug #5370.Chris Maynard1-0/+157
2010-10-30Use value_string_ext fcns to access a value_string array;Bill Meier1-115/+117
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris1-49/+62
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-263/+263
2010-04-21From Chris Maynard:Guy Harris1-170/+281
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-7/+7
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-10-30From Márton Németh: Jaap Keuter1-0/+9
2009-10-29From Marton Nemeth via bug 4181:Stig Bjørlykke1-2/+14
2009-10-29From Marton Nemeth via bug 4173:Stig Bjørlykke1-13/+6
2009-10-25From Marton Nemeth via bug 4163:Stig Bjørlykke1-5/+11
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
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