| Commit message (Expand) | Author | Age | Files | Lines |
* | Have wtap_read() fill in a wtap_rec and Buffer. | Guy Harris | 2019-04-05 | 1 | -6/+5 |
* | Generalize wtap_pkthdr into a structure for packet and non-packet records. | Guy Harris | 2018-02-09 | 1 | -20/+20 |
* | replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. | Dario Lombardo | 2018-02-08 | 1 | -1/+1 |
* | wiretap: use SPDX identifiers (partial work). | Dario Lombardo | 2018-01-20 | 1 | -13/+1 |
* | Allow bigger snapshot lengths for D-Bus captures. | Guy Harris | 2017-06-05 | 1 | -2/+2 |
* | Remove unnecessary includes from wiretap folder | Martin Mathieson | 2015-01-03 | 1 | -1/+0 |
* | Add "Editor modelines"; Adjust whitespace as needed. | Bill Meier | 2015-01-02 | 1 | -0/+13 |
* | Use an enum for the open-routine return value, as per Evan Huus's suggestion. | Guy Harris | 2014-10-09 | 1 | -6/+6 |
* | No need for WTAP_ERR_CANT_READ. | Guy Harris | 2014-10-07 | 1 | -2/+0 |
* | Add some higher-level file-read APIs and use them. | Guy Harris | 2014-10-07 | 1 | -14/+3 |
* | Make the time stamp resolution per-packet. | Guy Harris | 2014-09-28 | 1 | -1/+1 |
* | Only one buffer.c, please. | Guy Harris | 2014-07-15 | 1 | -1/+1 |
* | Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>' | AndersBroman | 2014-06-16 | 1 | -3/+3 |
* | Allow wtap_read() and wtap_seek_read() to return records other than packets. | Guy Harris | 2014-05-24 | 1 | -0/+1 |
* | Fix the type of i4b_read_rec() to reflect what it actually returns. | Guy Harris | 2014-05-23 | 1 | -1/+1 |
* | Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records." | Guy Harris | 2014-05-23 | 1 | -13/+11 |
* | Allow wtap_read() and wtap_seek_read() to return non-packet records. | Guy Harris | 2014-05-23 | 1 | -11/+13 |
* | Revert "Refactor Wiretap" | Guy Harris | 2014-05-09 | 1 | -26/+23 |
* | Refactor Wiretap | Michael Mann | 2014-05-09 | 1 | -23/+26 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | No seek-read routines use the length argument, so eliminate it from | Guy Harris | 2014-01-02 | 1 | -3/+2 |
* | Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version. | Jakub Zawadzki | 2013-11-29 | 1 | -13/+13 |
* | The "file types" we have are actually combinations of types and | Guy Harris | 2013-11-08 | 1 | -1/+1 |
* | Merge "read record header" and "read packet data" routines into a single | Guy Harris | 2013-06-17 | 1 | -36/+16 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -29/+6 |
* | Pull the record header processing code into i4b_read_rec_header(), | Guy Harris | 2013-05-17 | 1 | -112/+86 |
* | From beroset: | Anders Broman | 2013-03-19 | 1 | -1/+1 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -1/+1 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -3/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -4/+1 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -2/+2 |
* | Add missing check for a too-large packet, so we don't blow up trying to | Guy Harris | 2011-12-13 | 1 | -0/+10 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -4/+4 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -13/+15 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -3/+3 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -11/+11 |
* | More P64 changes. | Guy Harris | 2009-03-07 | 1 | -2/+2 |
* | Tighten heuristics a bit: traces with packets longer than 16k are no good (is... | Jeff Morriss | 2008-07-08 | 1 | -3/+3 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -4/+4 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -2/+2 |
* | Don't assume ints are 32 bits. Fixes a recent Buildbot error. | Gerald Combs | 2005-08-03 | 1 | -4/+4 |
* | Include the .h files into the .c files. That way we | Jörg Mayer | 2005-08-02 | 1 | -0/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Fix a compiler warning. | Guy Harris | 2004-01-26 | 1 | -3/+3 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -8/+12 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -67/+18 |