aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-08-26USBLL: Reassemble transactions into transfersTomasz Moń1-9/+74
2021-07-21First pass pinfo->pool conversionEvan Huus1-7/+7
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-2/+3
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-03-24USB HID: Removed codes of repeated dissectionCaleb Chiu1-5/+1
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-2/+2
2020-08-02usb: fix comments.Guy Harris1-4/+4
2020-08-02usb: use proto_tree_add_item() and proto_tree_add_item_ret_{u}int().Guy Harris1-32/+20
2020-08-02USB: Make iso_status variable a gint.Martin Mathieson1-1/+1
2020-08-01USB: Use the correct API to add iso status fieldMartin Mathieson1-1/+1
2020-07-27USB Audio: Fix parsing of v2 Endpoint DescriptorPetr Janecek1-1/+4
2020-07-09USB: Add a size check.Gerald Combs1-4/+12
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-8/+8
2020-05-27USB: Set address after creating interface conversationTomasz Moń1-0/+2
2020-03-30USB: GitHub link updateAmeya Deshpande1-1/+1
2020-03-02USB: Fix NULL pointer dereferenceTomasz Moń1-1/+1
2020-03-02USB Audio: Dissecting Selector Unit and Endpoint DescriptorAmeya Deshpande1-0/+20
2020-03-01USB: Record bcdVersion in device product dataTomasz Moń1-5/+10
2020-02-24FTDI MPSSE: Display pin name alongside signal nameTomasz Moń1-0/+1
2020-01-06USB MSC: Dissect subclass and protocol codesTomasz Moń1-0/+21
2019-12-24USB CDC: Match subordinate interfaces with masterTomasz Moń1-0/+4
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