Have "All Capture Files" match only capture files.
[metze/wireshark/wip.git] / wiretap / mime_file.c
2015-08-18 Michal LabedzkiFile-format: Add PCAP and PCAPNG dissectors
2015-06-25 Michal LabedzkiFile: Add BTSNOOP File Format support
2015-04-18 Michal LabedzkiMIME: Allow to dissect big files
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisGet rid of extra trailing blank lines.
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-23 Evan HuusFrom Michal Labedzki via
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-18 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2013-01-30 Guy HarrisClean up white space.
2013-01-30 Michael MannWiretap: Add support for files contain GIF, PNG images
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-04 Jakub ZawadzkiAllow loading xml files (file MUST start with <?xml).
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-07-04 Guy HarrisExplain a bit more what this does.
2011-06-09 Jakub ZawadzkiFix possible compilation errors.
2011-06-09 Jakub Zawadzki- Add something to columns when using mime-encap
2011-06-09 Jakub Zawadzki- Replace jpeg_jfif decoder, with more generic mime_fil...