aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mime_file.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-18File-format: Add PCAP and PCAPNG dissectorsMichal Labedzki1-3/+17
2015-06-25File: Add BTSNOOP File Format supportMichal Labedzki1-1/+3
2015-04-18MIME: Allow to dissect big filesMichal Labedzki1-3/+1
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-7/+7
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-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-11/+9
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-9/+11
2014-05-09Revert "Refactor Wiretap"Guy Harris1-22/+18
2014-05-09Refactor WiretapMichael Mann1-18/+22
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-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-46/+54
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-10-23From Michal Labedzki viaEvan Huus1-1/+3
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-6/+3
2013-05-18Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-11/+17
2013-01-30Clean up white space.Guy Harris1-4/+4
2013-01-30Wiretap: Add support for files contain GIF, PNG images Michael Mann1-2/+8
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-30/+30
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-1/+1
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-2/+1
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-1/+5
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-1/+3
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-3/+3
2011-07-04Explain a bit more what this does.Guy Harris1-0/+9
2011-06-09Fix possible compilation errors.Jakub Zawadzki1-10/+9
2011-06-09- Add something to columns when using mime-encapJakub Zawadzki1-2/+1
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-0/+186