summaryrefslogtreecommitdiff
path: root/wiretap/tnef.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Merge more of the read and seek-read code paths.Guy Harris1-29/+25
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-11/+5
2013-06-02Pull the code to Fill in the wtap_pkthdr structure into a commonGuy Harris1-12/+16
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-1/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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