aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-4/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-5/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-4/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-5/+5
2011-04-06From Jakub Zawadzki:Guy Harris1-1/+1
2008-11-27Added support for open TNEF files directly.Stig Bjørlykke1-0/+137