aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fpp.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-15Fix maybe-uninitialized warningsGeorg Sauthoff1-0/+4
2021-11-10FPP: Fix dissector preemption interface-id bugfrst1-10/+50
2021-06-25fpp: get rid of variable with a name that a C function once had.Guy Harris1-15/+15
2021-02-19mPacket dissection improvementsTimmy Brolin1-58/+191
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-04-07Use spaces, not tabs, for indentation.Guy Harris1-520/+520
2020-04-07FPP: Make dissector directionally awareJaap Keuter1-12/+10
2019-01-06fpp: fix this condition has identical branches [-Wduplicated-branches]Alexis La Goutte1-10/+11
2018-06-21Fix in CRC checker for FPPErika Szelleova1-23/+35
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-25fpp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2017-12-21Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov1-0/+698