aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ftdi-mpsse.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-3/+3
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2020-08-17FTDI MPSSE: Display kilohertz using SI symbolTomasz Moń1-1/+1
2020-08-17FTDI MPSSE: Dissect Open-Drain enable parametersTomasz Moń1-1/+180
2020-07-26FTDI MPSSE: Fix handling responses without commandTomasz Moń1-9/+9
2020-07-26FTDI MPSSE: Link Bad Command when skipping dataTomasz Moń1-2/+19
2020-07-26FTDI MPSSE: Match responses to fragmented commandsTomasz Moń1-12/+55
2020-07-20FTDI MPSSE: Dissect CPUMode read response dataTomasz Moń1-0/+10
2020-07-20FTDI MPSSE: Dissect clock N bits commands parametersTomasz Moń1-15/+41
2020-07-20FTDI MPSSE: Dissect read data bits commands responseTomasz Moń1-30/+102
2020-07-20FTDI MPSSE: Dissect data shifting commands responseTomasz Moń1-4/+31
2020-07-13FTDI MPSSE: Do not unnecessarily request reassemblyTomasz Moń1-0/+23
2020-07-13FTDI MPSSE: Speed up malformed captures dissectionTomasz Moń1-24/+50
2020-07-12FTDI MPSSE: Improve command to response trackingTomasz Moń1-27/+35
2020-07-12FTDI FT: Reassemble fragmented MPSSE dataTomasz Moń1-10/+11
2020-06-30FTDI MPSSE: Replace asserts with expert items.Gerald Combs1-2/+4
2020-06-27FTDI MPSSE: Dissect Bad Command response payloadTomasz Moń1-6/+61
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-03-09FTDI MPSSE: Match response data with commandsTomasz Moń1-17/+302
2020-03-01FTDI MPSSE: Group commands with parametersTomasz Moń1-29/+49
2020-02-28FTDI MPSSE: Dissect setting the clock divisorFilipe Laíns1-3/+58
2020-02-24FTDI MPSSE: Improve command descriptionsTomasz Moń1-38/+140
2020-02-24FTDI MPSSE: Display pin name alongside signal nameTomasz Moń1-13/+87
2020-02-08FTDI MPSSE: Initial MPSSE commands dissectionTomasz Moń1-4/+612
2020-01-14FTDI FT: Dissect SetBitMode commandTomasz Moń1-0/+77