aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/tnef.c
Commit message (Expand)AuthorAgeFilesLines
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-2/+2
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Fix definition of tnef_open().Guy Harris2015-05-091-1/+1
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-1/+14
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-4/+4
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-6/+2
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-14/+12
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-12/+14
* Revert "Refactor Wiretap"Guy Harris2014-05-091-24/+20
* Refactor WiretapMichael Mann2014-05-091-20/+24
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-1/+1
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Merge more of the read and seek-read code paths.Guy Harris2013-06-171-29/+25
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-11/+5
* Pull the code to Fill in the wtap_pkthdr structure into a commonGuy Harris2013-06-021-12/+16
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+3
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+5
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-5/+3
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris2011-05-091-4/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-5/+5
* From Jakub Zawadzki:Guy Harris2011-04-061-1/+1
* Added support for open TNEF files directly.Stig Bjørlykke2008-11-271-0/+137