aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-opa-mad.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-35/+35
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-22/+22
2021-10-07Fix some field mask widths.Martin Mathieson1-1/+1
2021-02-07opa-mad: Fix Dead Store Found by Clang AnalyzerAlexis La Goutte1-1/+2
2021-02-03Make more functions and vars static.Martin Mathieson1-2/+2
2020-10-20Correct a few more item lengths.Martin Mathieson1-1/+1
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-10/+10
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-2/+2
2020-07-19opa-mad: use a simpler way to read a time fieldMartin Kaiser1-4/+2
2020-07-15OPA MAD: do not search a non existing and unused dissector handlePascal Quantin1-2/+0
2020-07-02opa-mad: Try to squelch [-Wpointer-sign] warnings.Anders Broman1-12/+12
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-27/+27
2019-02-01opa-mad: Fixed when ClassDataDetails is zero lengthGoldman, Adam1-4/+10
2019-01-27opa-mad: Fixed bfrctrl and portinfo multiblock paddingGoldman, Adam1-21/+26
2019-01-24opa-mad: Fix PortSelectMask parsing to common functionGoldman, Adam1-65/+77
2018-06-11opa-fe: Add Support for Reassembly of FE TCP PacketsAdam Goldman1-2/+4
2018-05-24opa-mad: Add Support for Reassembly of PA & SA RMPP packetsAdam Goldman1-26/+186
2018-05-17opa-mad: fix issue found by PVS Studio (V501)Alexis La Goutte1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-5/+5
2016-11-02opa-mad: Fix several issues with the SA and SM parse functionsAdam Goldman1-266/+197
2016-11-02opa-mad: Fixed malformed SA(FabricInfoRecord) reserved fieldAdam Goldman1-2/+2
2016-10-12OPA MAD: fix typo found by lintianAlexis La Goutte1-1/+1
2016-05-30OPA MAD: fix conflict for hf fieldsAlexis La Goutte1-15/+15
2016-05-24OPA MAD: fix Result of operation is garbage or undefined found by Clang AnalyzerAlexis La Goutte1-0/+3
2016-05-17opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)Adam Goldman1-0/+13592