aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2019-11-04Lustre: Fix conflictAlexis La Goutte1-4/+4
2019-11-03lustre: fix typo (wrong hf)Alexis La Goutte1-1/+1
2019-10-29lustre: fix rmfid dissectionNathaniel Clark1-18/+1
2019-10-26lustre: MDS opcode cleanupNathaniel Clark1-90/+398
2019-05-18lustre: fix typoAlexis La Goutte1-1/+1
2018-09-11sizeof isn't useful when calculating the size of data in the packet.Guy Harris1-2/+2
2018-09-08Register some unregistered etts.Jeff Morriss1-0/+1
2018-04-05Lustre: Add barrier processingNathaniel Clark1-22/+243
2018-03-25Clean up REPORT_DISSECTOR_BUG().Guy Harris1-5/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-12Lustre: add missing NULL terminator to flags listsPascal Quantin1-0/+2
2018-01-10Lustre: capitalize comment to please GCC7Pascal Quantin1-1/+1
2018-01-09lustre: fix format 'long unsinged int' errorUli Heilmeier1-4/+4
2018-01-09lustre: add missing breaks (fix gcc-7 compilation).Dario Lombardo1-0/+2
2018-01-09[lustre] Initial Lustre supportNathaniel Clark1-0/+8078