aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mplog.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25mplog: fix 'err_info' was marked unused but was used [-Werror,-Wused-but-mark...Alexis La Goutte1-1/+1
2016-04-19Call the buffer for the magic number "magic".Guy Harris1-3/+3
2016-04-19Distinguish between read errors and short reads when opening.Guy Harris1-2/+5
2016-04-19Open routines are called with the seek pointer at the beginning.Guy Harris1-4/+0
2016-04-19Detect and handle EOFs in the middle of a packet.Guy Harris1-2/+15
2016-04-19Use memcmp() to check the magic number.Guy Harris1-2/+2
2016-04-18wiretap: add support for the mplog capture file formatMartin Kaiser1-0/+256