aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wiretap/usbdump
AgeCommit message (Expand)AuthorFilesLines
2022-04-04CMake: Finish splitting ADD_PLUGIN_LIBRARY.Gerald Combs1-1/+1
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-06-22CMake: Mark our plugin include directories PRIVATE.Gerald Combs1-0/+2
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-5/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
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
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-4/+5
2018-04-18Remove autotools build system.Dario Lombardo1-48/+0
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
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 Lombardo3-3/+3
2018-02-04Have individual plugin CMakeLists.txt files add library dependencies.Guy Harris1-0/+2
2018-01-30usbdump: Add usbdump wiretap plugin as functional exampleJaap Keuter5-0/+474