aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/erf.c
Commit message (Expand)AuthorAgeFilesLines
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-1/+2
* Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris2014-12-171-1/+1
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-1/+1
* Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris2014-12-171-1/+1
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-21/+21
* Fix a comment, clean up some whitespace.Guy Harris2014-10-071-2/+2
* Whitespace cleanups.Guy Harris2014-10-071-2/+2
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-41/+54
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-2/+2
* 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/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-18/+16
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-16/+18
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-5/+0
* Revert "Refactor Wiretap"Guy Harris2014-05-091-46/+42
* Refactor WiretapMichael Mann2014-05-091-42/+46
* Fix warnings introduced in g2965913Pascal Quantin2014-03-041-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-4/+9
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-2/+2
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-4/+4
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-4/+4
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-3/+3
* Original ERF file format documentation is still 404, link to bugzilla.Jakub Zawadzki2013-08-151-0/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-10/+7
* From Anthony Coddington:Anders Broman2013-06-041-4/+12
* When writing an ERF record, the case where the encapsulation type isGuy Harris2013-01-061-71/+68
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-01-061-1/+0
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+4
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-1/+1
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-8/+6
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-4/+5
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2012-09-071-3/+5
* Try to squelch warningsAnders Broman2012-06-021-1/+1
* From Stephen Donnelly:Anders Broman2012-05-241-35/+49
* From Stephen Donnelly:Anders Broman2012-05-231-1/+39
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-5/+1
* AFAIKT there's no reason to #include <wsutil/crc32.c>; Include crc32.h like e...Bill Meier2012-03-021-183/+186
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* TYPE_PAD records can have zero bytes of payload; don't treat them asGuy Harris2012-02-141-4/+6
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-3/+3
* Rename pletonll() to reflect what it actually does, namely convert aGuy Harris2011-11-171-1/+1
* From Huzaifa Sidhpurwala of Red Hat Security Response Team:Gerald Combs2011-10-211-0/+20
* Removed newencap as it's unused.Stig Bjørlykke2011-10-141-2/+1
* From Andrew Kampjes:Anders Broman2011-10-041-18/+29
* Don't synthesize a CRC if the packet already has one.Guy Harris2011-09-061-5/+17
* Check return value from wtap_dump_file_write.Stig Bjørlykke2011-09-031-1/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-3/+3