aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-04USBLL: Minimal destination address handlingTomasz Moń1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-18USB: workaround for compatibility with USBPcap captures < 1.5.0.0Pascal Quantin1-15/+81
2019-06-16USB: Handle USBPcap 1.5.0.0 updated pseudoheaderTomasz Moń1-15/+55
2019-06-14USB: Do not assume that request is standardTomasz Moń1-3/+8
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-3/+3
2019-06-10FTDI FT: Initial USB Bridging Devices dissectorTomasz Moń1-0/+3
2019-06-05USB: Use standard descriptor strings in GET DESCRIPTORTomasz Moń1-7/+6
2019-05-29USB: Add interface-specific setup data to setup treeTomasz Moń1-7/+14
2019-05-29USB: Dissect SuperSpeed Endpoint Companion descriptorsTomasz Moń1-7/+109
2019-05-22USB: Add expert info for unknown URBs captured by USBPcapTomasz Moń1-2/+8
2019-05-13USB Audio: Dissect USB Audio Interface SubclassTomasz Moń1-0/+10
2019-04-06Dissect USB "device" Setup CONTROL messagesArtem Mygaiev1-8/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-06-25USB: Fall back to transfer type from descriptorLars Christensen1-3/+32
2018-06-24USB: Dissect URB transfer flagsLars Christensen1-1/+115
2018-02-27Qt/USB: Allow USB src/dst addresses to be selected for columnsPeter Wu1-1/+7
2018-02-18USB: Sanity check Darwin USB header to prevent infinite loop.Michael Mann1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-09-06USB: use G_GUINT64_CONSTANT() macroPascal Quantin1-4/+4
2017-09-06packet-usb.c: Add support for USBPort KeywordMichael Mann1-0/+46
2017-09-05Add NetMon System Trace supportMichael Mann1-14/+0
2017-09-04Add NetMon Event Provider ID dissector tableMichael Mann1-3/+797
2017-06-12Extract errno value_strings from usb codePeter Wu1-144/+5
2017-05-03USB: prevent array bounds overflow from invalid Darwin transfer typeJaap Keuter1-3/+4
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-0/+360
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-11Cleanup dissection of endpoint addresses.Guy Harris1-17/+17
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-4/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-7/+7
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-06-22Move AT_USB to inside USB dissector.Michael Mann1-9/+36
2016-06-13USB: fix dissection of URB setup when the payload was claimed by a sub dissectorPascal Quantin1-2/+2
2016-05-18USB: check length before calling setup response subdissectorSean O. Stalley1-6/+9
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-10/+10
2016-03-05usb: display correctly index/interface/endpoint in urb setupVictor Dodon1-16/+52
2016-02-28u3v: use interface class and subclass in heuristic checksMartin Kaiser1-1/+1
2016-02-28usb: fix a typoMartin Kaiser1-2/+2
2016-02-28usb: resolve some subclasse codes of interface class miscMartin Kaiser1-0/+19
2016-02-23Get rid of trailing white space.Guy Harris1-1/+1
2016-02-23Dissect the frame data.Guy Harris1-5/+22
2016-02-21No need to export the 48-byte-header Linux USB dissector.Guy Harris1-3/+2
2016-02-21Disssect the flags fields in the FreeBSD USB headers.Guy Harris1-4/+245
2016-02-20Fix indentation.Guy Harris1-1/+1