From Steve Magnani:
[obnox/wireshark/wip.git] / epan / dissectors / packet-usb.c
2012-02-23 etxrabFrom Steve Magnani:
2012-02-12 etxrabFrom Steve Magnani:
2012-02-11 etxrabFrom Steve Magnani:
2012-02-08 etxrabFrom Steve Magnani:
2011-12-19 cmaynardAdd support for dissecting AT commands in USB URB_CONTR...
2011-10-24 wmeierFix encoding arg for various fcn calls:
2011-10-23 wmeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-18 morrissFrom Daniel via https://bugs.wireshark.org/bugzilla...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-08 cmaynardNo need to check that usb_trans_info is not NULL here...
2011-05-10 cmaynardAllow both PPP and ISO/IEC 13818-1 over USB to be disse...
2011-04-21 wmeierAdd #include <ctype.h> before #include "isprint.h";
2011-04-21 alagoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 alagoutteFix Dead Store (Dead nested assignment) Warning found...
2011-03-25 cmaynardChange urb_type from FT_STRING to FT_UINT8. This fixes...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-13 cmaynardFrom Marton Nemeth via bug #5490: Cleanup USB endpoint...
2010-11-24 cmaynardAdd support for USB isochronous. From Marton Nemeth...
2010-10-30 wmeierUse value_string_ext fcns to access a value_string...
2010-05-16 guyAttempt to handle isochronous descriptors between the...
2010-05-10 wmeierIndentation & whitespace cleanup (including: "4 space...
2010-04-21 guyFrom Chris Maynard:
2010-04-06 wmeier#include <string.h> not needed.
2010-01-22 wmeierFix some gcc -Wshadow warnings
2010-01-13 etxrabFrom Didier Gautheron:
2009-10-30 jakeFrom Márton Németh:
2009-10-29 stigFrom Marton Nemeth via bug 4181:
2009-10-29 stigFrom Marton Nemeth via bug 4173:
2009-10-25 stigFrom Marton Nemeth via bug 4163:
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-31 guyFix indentation, get rid of a comment that might no...
2009-07-31 geraldFrom Adam Nielsen via bug 3659:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-26 geraldFrom Roberto Mariani via bug 3324:
2008-12-24 guyName changes to match libpcap name change of the corres...
2008-12-23 guyHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-12-18 guyHave descriptors start out with a length of "to the...
2008-12-18 guyThe "8 mysterious bytes" are bytes reserved for a setup...
2008-12-17 guyHave separate dissectors for setup requests and responses.
2008-12-17 guyDisplay the CONTROL response data only if there *is...
2008-12-17 guyDefine all the standard request code values from the...
2008-12-16 guyInclude the string as part of a string descriptor.
2008-11-27 guyDon't make the pseudo-header fields look as if they...
2008-10-02 geraldMake sure any data structures we allocate are properly...
2008-08-25 wmeier#include <prefs.h> not req'd
2008-08-12 etxrabFrom Márton Németh:
2007-12-09 jakeFrom Márton Németh:
2007-11-27 geraldMake sure we fully initialize a struct. Fixes bug 2021.
2007-11-23 geraldCatch a bad bLength, which may cause a loop. Fixes...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-03-26 sahlbergfrom Jon Smirl
2007-03-26 sahlbergFrom Jon Smirl
2007-03-26 sahlbergFrom
2007-03-25 sahlbergFrom a Jon Smirl patch
2007-03-25 sahlbergFrom Jon Smirl
2007-03-25 sahlbergtake the address to the structure and not the address...
2007-03-25 sahlbergChange USB address structure back to 8 bytes in length.
2007-03-25 sahlbergcreate a tap for usb so that we can do conversation...
2007-03-25 sahlbergunbreaking the usb dissector
2007-03-24 sahlbergfix a bug (found by compiler warning) where we initiali...
2007-03-19 guyFrom Charles Lepple: in a Get Descriptor message, the...
2007-01-30 guyFrom Paolo Abeni: update to support the new DLT_USB_LIN...
2007-01-08 jmayerCommit my USB changes (change address handling)
2006-11-07 sahlbergfrom albert chin
2006-11-01 sahlbergupdate the list of defined application classes and...
2006-10-26 sahlbergbreak request/response matching to track transactions...
2006-10-22 sahlbergadd a dissector table for class specific control input...
2006-10-22 sahlbergadd tracking of interface class for CONTROL_INPUT as...
2006-10-22 sahlbergfix some endianess issues
2006-10-22 sahlbergdissect the individual bits in the CONFIDURATION descri...
2006-10-21 sahlbergthe flags are FT_BOOLEAN not FT_UINT8
2006-10-21 sahlbergprettify the flags field and power consumption for...
2006-10-18 sahlbergnew dissector : usb mass storage
2006-10-18 sahlbergcreate a dissector table for the bulk input/output...
2006-10-18 sahlbergmove some defines to packet-usb.h so that they can...
2006-10-17 sahlbergnow when we do dissect the descriptors:
2006-10-17 sahlbergadd a define for the "no endpoint" constant used to...
2006-10-16 sahlbergcorrect the little / big endian comment
2006-10-16 sahlbergdissect a lot more of the descriptors so that we can...
2006-10-16 jmayerDisplay the skipped 4 bytes from the header as setup...
2006-10-16 sahlbergbreak finding/creating a conversation out into its...
2006-10-16 sahlbergFinish dissection of GET DESCRIPTOR for the devicetype...
2006-10-16 sahlbergadd some variables to the task structure so that we...
2006-10-15 jmayer- gcc dies on "default: }", add a ;
2006-10-15 sahlbergpopulate the info column with the request type and...
2006-10-15 sahlbergadd tracking of request/responses for CONTROL INPUT...
2006-10-15 sahlbergadd a new port type for usb endpoints
2006-10-15 sahlbergstart dissecting the setup headers
2006-10-14 sahlbergrename some fields in the setup blob to use the same...
2006-10-14 sahlbergput the packet type in the summary line
2006-10-14 sahlbergcreate a new address type AT_USB and start populating...
2006-10-12 jakeFrom Paolo Abeni:
2006-10-11 sahlbergfrom Paolo A
2006-10-10 etxrabu_int32_t gives error on Windows assuming guint32 will do.
2006-10-10 sahlbergFrom Paolo Abeni