aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
Commit message (Expand)AuthorAgeFilesLines
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-3/+3
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-3/+3
* Make various structure members the right size for time-in-seconds.Guy Harris2015-04-201-5/+5
* Visual Networks captures have only millisecond resolution.Guy Harris2015-04-201-1/+1
* Simplify the calculation of the time stamp.Guy Harris2015-04-201-12/+7
* Use 64-bit fixed point to calculate time stamps.Guy Harris2015-04-191-4/+4
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-9/+22
* 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-8/+8
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-4/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-25/+5
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-1/+1
* 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-12/+10
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-10/+12
* Revert "Refactor Wiretap"Guy Harris2014-05-091-46/+43
* Refactor WiretapMichael Mann2014-05-091-43/+46
* wtap_read() and wtap_seek_read() handle caplen > len; don't do it here.Guy Harris2014-04-251-6/+0
* 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-4/+2
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-13/+13
* Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki2013-11-291-15/+15
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-16/+16
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-88/+65
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-27/+15
* Pull all the code that reads and processes the packet header intoGuy Harris2013-06-061-266/+282
* From beroset:Anders Broman2013-03-171-4/+3
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-2/+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-5/+7
* 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
* Try to squelch warningsAnders Broman2012-06-021-5/+5
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-8/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-3/+3
* From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix anGerald Combs2011-05-131-0/+9
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-8/+8
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-8/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-8/+8
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-45/+5