aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/i4btrace.c
Commit message (Expand)AuthorAgeFilesLines
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-6/+5
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-20/+20
* 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-2/+2
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-6/+6
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-2/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-14/+3
* 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-3/+3
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Fix the type of i4b_read_rec() to reflect what it actually returns.Guy Harris2014-05-231-1/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-26/+23
* Refactor WiretapMichael Mann2014-05-091-23/+26
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki2013-11-291-13/+13
* 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-36/+16
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-29/+6
* Pull the record header processing code into i4b_read_rec_header(),Guy Harris2013-05-171-112/+86
* From beroset:Anders Broman2013-03-191-1/+1
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-1/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+4
* 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-4/+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
* 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-4/+4
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+15
* From Jakub Zawadzki:Guy Harris2011-04-061-3/+3
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-11/+11
* More P64 changes.Guy Harris2009-03-071-2/+2
* Tighten heuristics a bit: traces with packets longer than 16k are no good (is...Jeff Morriss2008-07-081-3/+3
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Don't assume ints are 32 bits. Fixes a recent Buildbot error.Gerald Combs2005-08-031-4/+4
* Include the .h files into the .c files. That way weJörg Mayer2005-08-021-0/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Fix a compiler warning.Guy Harris2004-01-261-3/+3
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-8/+12
* Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris2002-10-311-67/+18