aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-06USB: Allow registering protocol specific dissectorsTomasz Moń1-0/+15
2022-05-25USB: Sanitize USB 2.0 endpoint max packet sizeTomasz Moń1-1/+17
2021-11-17USB Attached SCSI protocol dissectorAidan MacDonald1-1/+8
2021-08-26USBLL: Reassemble transactions into transfersTomasz Moń1-2/+14
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-4/+0
2019-08-04USBLL: Minimal destination address handlingTomasz Moń1-0/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-10FTDI FT: Initial USB Bridging Devices dissectorTomasz Moń1-0/+3
2019-05-29USB: Dissect SuperSpeed Endpoint Companion descriptorsTomasz Moń1-1/+3
2018-06-25USB: Fall back to transfer type from descriptorLars Christensen1-1/+2
2018-06-24USB: Dissect URB transfer flagsLars Christensen1-0/+28
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-12Extract errno value_strings from usb codePeter Wu1-2/+0
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-1/+2
2016-05-01Make class "type" for USB conversations.Michael Mann1-1/+4
2016-02-28u3v: use interface class and subclass in heuristic checksMartin Kaiser1-0/+2
2016-02-16USBIP: add USBIP Protocol dissectorChristian Lamparter1-2/+7
2016-01-13Enable USB sub-dissectors for MA USB.Sean O. Stalley1-26/+17
2015-09-11usb: fix 'index' var nameDario Lombardo1-1/+1
2015-03-26USB: use URB/IRP ID for request/response trackingPascal Quantin1-1/+3
2015-03-05USB: add support for alternate setting selectionPascal Quantin1-0/+2
2015-02-07dissect a get descriptor request and response for the HID report descriptorMartin Kaiser1-0/+16
2015-01-28Make the USB header information an enumerated type.Guy Harris1-8/+13
2015-01-10USB: Fix Conversation/Endpoint filtersMichal Labedzki1-1/+1
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-2/+1
2014-11-08remove parent parameter from dissect_usb_setup_response()Martin Kaiser1-1/+1
2014-11-08remove parent parameter from dissect_usb_setup_request()Martin Kaiser1-1/+1
2014-09-17Show endpoint direction based on EPHandle bitSean O. Stalley1-0/+3
2014-08-26Have dissect_usb_setup_request handle non-standard requestsSean O. Stalley1-2/+5
2014-08-25remove trans_info parameter from dissect_usb_endpoint_descriptor()Martin Kaiser1-2/+1
2014-08-25remove trans_info parameter from dissect_usb_unknown_descriptor()Martin Kaiser1-1/+0
2014-08-21set usb_conv_info->endpoint to "no endpoint" for interface conversationsMartin Kaiser1-5/+5
2014-08-19clear the temporary components of usb_conv_info_t before we dissect aMartin Kaiser1-0/+1
2014-07-31this is the _URB_ transfer type - which is different from theMartin Kaiser1-1/+1
2014-07-15MAUSB dissection of control transfer responsesSean O. Stalley1-0/+6
2014-07-04Add Bus ID to USB Address ColumnSean O. Stalley1-2/+3
2014-06-09Dissection of USB setup data in MA USB data packetsSean O. Stalley1-0/+12
2014-06-04MAUSB dissector uses USB addressesSean O. Stalley1-0/+12
2014-05-06fix dissect_usb_endpoint_descriptorSean O. Stalley1-1/+1
2014-05-05Media Agnostic USB Packet DissectorSean O. Stalley1-0/+11
2014-04-08USB device addresses need to be 16-bit.Guy Harris1-1/+1
2014-03-25MBIM: fix dissection of control packets when capturing with usbmonPascal Quantin1-1/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-23From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+5
2013-12-14Use proto_tree_add_item() for UTF-16 strings when dissecting stringGuy Harris1-3/+3
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-6/+7
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-02dissect_usb_descriptor_header() takes an additional value_stringMartin Kaiser1-1/+4
2013-07-31Convert the USB dissectors to wmem.Evan Huus1-1/+3