Update Free Software Foundation address.
[metze/wireshark/wip.git] / epan / dissectors / packet-usb.c
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-17 Bill MeierGeneral Cleanup including:
2012-04-27 Anders BromanFrom Steve Magnani:
2012-04-20 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-04-10 pascalFrom Johannes Stezenbach:
2012-03-31 Jakub ZawadzkiFix off by one shift errors introduced in r39530 where...
2012-03-21 Jeff MorrissFix fuzz failure reported in
2012-03-21 Anders BromanFrom Steve Magnani:
2012-03-17 Jeff MorrissFrom Steve Magnani via https://bugs.wireshark.org/bugzi...
2012-03-11 Anders BromanFrom Steve Magnani: knock URB Setup out from under...
2012-03-10 Anders BromanFrom martijn: subdissectors for URB_INTERRUPT. https...
2012-03-10 Anders BromanFrom Steve Magnani: USB: centralize some common dissect...
2012-03-07 Anders BromanUSB: unknown GET DESCRIPTOR response triggers assert...
2012-03-06 Anders BromanFrom Steve Magnani: USB: incorrect decoding of Endpoint...
2012-03-02 Jeff MorrissDon't add an FT_BYTES with proto_tree_add_uint().
2012-02-27 Alexis La GoutteFrom Steve Magnani via https://bugs.wireshark.org/bugzi...
2012-02-23 Anders BromanFrom Steve Magnani:
2012-02-12 Anders BromanFrom Steve Magnani:
2012-02-11 Anders BromanFrom Steve Magnani:
2012-02-08 Anders BromanFrom Steve Magnani:
2011-12-19 Chris MaynardAdd support for dissecting AT commands in USB URB_CONTR...
2011-10-24 Bill MeierFix encoding arg for various fcn calls:
2011-10-23 Bill MeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-18 Jeff MorrissFrom Daniel via https://bugs.wireshark.org/bugzilla...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-08 Chris MaynardNo need to check that usb_trans_info is not NULL here...
2011-05-10 Chris MaynardAllow both PPP and ISO/IEC 13818-1 over USB to be disse...
2011-04-21 Bill MeierAdd #include <ctype.h> before #include "isprint.h";
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-03-25 Chris MaynardChange urb_type from FT_STRING to FT_UINT8. This fixes...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-12-13 Chris MaynardFrom Marton Nemeth via bug #5490: Cleanup USB endpoint...
2010-11-24 Chris MaynardAdd support for USB isochronous. From Marton Nemeth...
2010-10-30 Bill MeierUse value_string_ext fcns to access a value_string...
2010-05-16 Guy HarrisAttempt to handle isochronous descriptors between the...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-04-06 Bill Meier#include <string.h> not needed.
2010-01-22 Bill MeierFix some gcc -Wshadow warnings
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-10-30 Jaap KeuterFrom Márton Németh:
2009-10-29 Stig BjørlykkeFrom Marton Nemeth via bug 4181:
2009-10-29 Stig BjørlykkeFrom Marton Nemeth via bug 4173:
2009-10-25 Stig BjørlykkeFrom Marton Nemeth via bug 4163:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-31 Guy HarrisFix indentation, get rid of a comment that might no...
2009-07-31 Gerald CombsFrom Adam Nielsen via bug 3659:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-26 Gerald CombsFrom Roberto Mariani via bug 3324:
2008-12-24 Guy HarrisName changes to match libpcap name change of the corres...
2008-12-23 Guy HarrisHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-12-18 Guy HarrisHave descriptors start out with a length of "to the...
2008-12-18 Guy HarrisThe "8 mysterious bytes" are bytes reserved for a setup...
2008-12-17 Guy HarrisHave separate dissectors for setup requests and responses.
2008-12-17 Guy HarrisDisplay the CONTROL response data only if there *is...
2008-12-17 Guy HarrisDefine all the standard request code values from the...
2008-12-16 Guy HarrisInclude the string as part of a string descriptor.
2008-11-27 Guy HarrisDon't make the pseudo-header fields look as if they...
2008-10-02 Gerald CombsMake sure any data structures we allocate are properly...
2008-08-25 Bill Meier#include <prefs.h> not req'd
2008-08-12 Anders BromanFrom Márton Németh:
2007-12-09 Jaap KeuterFrom Márton Németh:
2007-11-27 Gerald CombsMake sure we fully initialize a struct. Fixes bug 2021.
2007-11-23 Gerald CombsCatch a bad bLength, which may cause a loop. Fixes...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-03-26 Ronnie Sahlbergfrom Jon Smirl
2007-03-26 Ronnie SahlbergFrom Jon Smirl
2007-03-26 Ronnie SahlbergFrom
2007-03-25 Ronnie SahlbergFrom a Jon Smirl patch
2007-03-25 Ronnie SahlbergFrom Jon Smirl
2007-03-25 Ronnie Sahlbergtake the address to the structure and not the address...
2007-03-25 Ronnie SahlbergChange USB address structure back to 8 bytes in length.
2007-03-25 Ronnie Sahlbergcreate a tap for usb so that we can do conversation...
2007-03-25 Ronnie Sahlbergunbreaking the usb dissector
2007-03-24 Ronnie Sahlbergfix a bug (found by compiler warning) where we initiali...
2007-03-19 Guy HarrisFrom Charles Lepple: in a Get Descriptor message, the...
2007-01-30 Guy HarrisFrom Paolo Abeni: update to support the new DLT_USB_LIN...
2007-01-08 Jörg MayerCommit my USB changes (change address handling)
2006-11-07 Ronnie Sahlbergfrom albert chin
2006-11-01 Ronnie Sahlbergupdate the list of defined application classes and...
2006-10-26 Ronnie Sahlbergbreak request/response matching to track transactions...
2006-10-22 Ronnie Sahlbergadd a dissector table for class specific control input...
2006-10-22 Ronnie Sahlbergadd tracking of interface class for CONTROL_INPUT as...
2006-10-22 Ronnie Sahlbergfix some endianess issues
2006-10-22 Ronnie Sahlbergdissect the individual bits in the CONFIDURATION descri...
2006-10-21 Ronnie Sahlbergthe flags are FT_BOOLEAN not FT_UINT8
2006-10-21 Ronnie Sahlbergprettify the flags field and power consumption for...
2006-10-18 Ronnie Sahlbergnew dissector : usb mass storage
2006-10-18 Ronnie Sahlbergcreate a dissector table for the bulk input/output...
2006-10-18 Ronnie Sahlbergmove some defines to packet-usb.h so that they can...
2006-10-17 Ronnie Sahlbergnow when we do dissect the descriptors:
2006-10-17 Ronnie Sahlbergadd a define for the "no endpoint" constant used to...
2006-10-16 Ronnie Sahlbergcorrect the little / big endian comment
2006-10-16 Ronnie Sahlbergdissect a lot more of the descriptors so that we can...
2006-10-16 Jörg MayerDisplay the skipped 4 bytes from the header as setup...
2006-10-16 Ronnie Sahlbergbreak finding/creating a conversation out into its...
next