aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/5views.c
Commit message (Expand)AuthorAgeFilesLines
* Catch attempts to write multiple encapsulation types if unsupported.Guy Harris2018-11-141-0/+9
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-27/+27
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: use SPDX identifiers (partial work).Dario Lombardo2018-01-201-13/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-3/+3
* Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris2016-09-291-1/+1
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-3/+3
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-2/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* 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-2/+2
* 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-9/+10
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-1/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-22/+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
* Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman2014-06-161-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-16/+12
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-12/+16
* Revert "Refactor Wiretap"Guy Harris2014-05-091-38/+36
* Refactor WiretapMichael Mann2014-05-091-36/+38
* This doesn't have separate captured and actual length, either.Guy Harris2014-04-251-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-0/+6
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* Use the packet length read from the packet header, and check for an EOFGuy Harris2013-12-311-3/+6
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-7/+7
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-23/+23
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-2/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Make non-static a variable that doesn't need to be static.Guy Harris2013-07-291-2/+2
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-32/+6
* Pull the code to set the struct wtap_pkthdr into _5views_read_header(),Guy Harris2013-05-161-90/+83
* From beroset:Anders Broman2013-03-171-6/+2
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+4
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-6/+5
* 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-7/+1
* If we see a 5View time-stamped header with a bad key, make sure weGuy Harris2012-04-181-1/+5
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris2011-12-221-13/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Add missing check for a too-large packet, so we don't blow up trying toGuy Harris2011-12-131-0/+10
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-6/+6
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+14
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-9/+1