From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-usb.c
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