aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wiretap/usbdump/usbdump.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-09-24USBDump: Fix Memleak with error infoRoland Knall1-1/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-23usbdump: update struct file_type_subtype_info.Guy Harris1-13/+16
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-2/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-4/+5
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-16/+16
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-30usbdump: Add usbdump wiretap plugin as functional exampleJaap Keuter1-0/+351