aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-rfc7468.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-12rfc7468: fix warning found by Clang analyzerAlexis La Goutte1-1/+1
2022-03-12rfc7468: fix warning found by Clang analyzerAlexis La Goutte1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-01-15file-rfc7468: Fix Clang Warnings Uninitialized argument valueAlexis La Goutte1-1/+1
2021-12-25rfc7468: don't use for (;;) for tvb_find_line_end() loops.Guy Harris1-3/+3
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-26rfc7468: fix a used-but-marked-unused warningMartin Kaiser1-1/+1
2018-12-19rfc7468: Fix a memory leakStig Bjørlykke1-1/+1
2018-09-09Squelch narrowing conversion warnings.Guy Harris1-2/+2
2018-08-18If we run out of lines, stop dissecting.Guy Harris1-4/+3
2018-08-04rfc7648: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-08-01rfc7468: Usability improvementsStig Bjørlykke1-2/+6
2018-08-01Cast the result of g_realloc().Guy Harris1-1/+1
2018-08-01Don't hide dissected data under a "Data" item.Guy Harris1-7/+8
2018-08-01Do most of the RFC 7468 file processing in the dissector.Guy Harris1-0/+485