aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-30Fix or suppress more warnings from check_typed_item_callsMartin Mathieson1-5/+5
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2022-12-10USB: Fix Darwin source and destination handlingTomasz Moń1-2/+2
2022-12-06USB: Allow registering protocol specific dissectorsTomasz Moń1-3/+21
2022-09-22USB: Make setup and data flags FT_CHARJohn Thacker1-17/+18
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+5
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-05-25USB: Sanitize USB 2.0 endpoint max packet sizeTomasz Moń1-9/+147
2022-05-22Some check_typed_item_calls.py warning fixes.Martin Mathieson1-1/+1
2022-01-06usb: dissect other speed config descriptorsJohn Keeping1-0/+1
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