aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mime_file.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-7/+7
* 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
* Get rid of extra trailing blank lines.Guy Harris2014-05-231-1/+0
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-11/+9
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-9/+11
* Revert "Refactor Wiretap"Guy Harris2014-05-091-22/+18
* Refactor WiretapMichael Mann2014-05-091-18/+22
* 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
* When reading MIME-encapsulated files, read the entire file at once,Guy Harris2013-12-311-46/+54
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* From Michal Labedzki viaEvan Huus2013-10-231-1/+3
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-6/+3
* Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris2013-05-181-11/+17
* Clean up white space.Guy Harris2013-01-301-4/+4
* Wiretap: Add support for files contain GIF, PNG images Michael Mann2013-01-301-2/+8
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-30/+30
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-1/+1
* 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-2/+1
* Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki2012-04-041-1/+5
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-1/+3
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-3/+3
* Explain a bit more what this does.Guy Harris2011-07-041-0/+9
* Fix possible compilation errors.Jakub Zawadzki2011-06-091-10/+9
* - Add something to columns when using mime-encapJakub Zawadzki2011-06-091-2/+1
* - Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki2011-06-091-0/+186