aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-05-09Fix definition of tnef_open().Guy Harris1-1/+1
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-1/+14
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-4/+4
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-6/+2
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-14/+12
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-12/+14
2014-05-09Revert "Refactor Wiretap"Guy Harris1-24/+20
2014-05-09Refactor WiretapMichael Mann1-20/+24
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-1/+1
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