aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lustre.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-15/+15
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-03-09Expert info: check group and severityMartin Mathieson1-4/+4
2021-02-05Make more functions and vars static.Martin Mathieson1-3/+5
2020-12-20More spelling fixes.Martin Mathieson1-1/+1
2020-10-22Lustre: Fix some item lengths.Martin Mathieson1-6/+6
2020-10-07typo: is require --> is requiredJeff Widman1-1/+1
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-08-31More spelling fixes, part 2 of 2nd pass of dissectors.Martin Mathieson1-1/+1
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