aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-rfc7468.c
AgeCommit message (Expand)AuthorFilesLines
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