aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-5/+5
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General Cleanup including:Bill Meier1-279/+280
2012-04-27From Steve Magnani:Anders Broman1-2/+31
2012-04-20Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-04-10From Johannes Stezenbach:pascal1-1/+1
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2012-03-21Fix fuzz failure reported in Jeff Morriss1-20/+22
2012-03-21From Steve Magnani:Anders Broman1-12/+106
2012-03-17From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-4/+4
2012-03-11From Steve Magnani: knock URB Setup out from under USB URB https://bugs.wires...Anders Broman1-14/+14
2012-03-10From martijn: subdissectors for URB_INTERRUPT. https://bugs.wireshark.org/bug...Anders Broman1-1/+37
2012-03-10From Steve Magnani: USB: centralize some common dissection code for class reu...Anders Broman1-60/+41
2012-03-07USB: unknown GET DESCRIPTOR response triggers assert failure https://bugs.wir...Anders Broman1-8/+2
2012-03-06From Steve Magnani: USB: incorrect decoding of Endpoint-targeted class-specif...Anders Broman1-2/+2
2012-03-02Don't add an FT_BYTES with proto_tree_add_uint().Jeff Morriss1-9/+10
2012-02-27From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6873Alexis La Goutte1-6/+6
2012-02-23From Steve Magnani:Anders Broman1-5/+92
2012-02-12From Steve Magnani:Anders Broman1-1/+13
2012-02-11From Steve Magnani:Anders Broman1-2/+5
2012-02-08From Steve Magnani:Anders Broman1-6/+6
2011-12-19Add support for dissecting AT commands in USB URB_CONTROL packets. Fixes htt...Chris Maynard1-6/+25
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
2011-10-18From Daniel via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6461 :Jeff Morriss1-0/+1
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