aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mime_file.c
AgeCommit message (Expand)AuthorFilesLines
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