aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/cosine.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_strdup_printf() with ws_strdup_printf()João Valverde2021-12-191-1/+1
* wiretap: always allocate a block for a record.Guy Harris2021-08-291-0/+1
* Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris2021-04-301-2/+2
* wiretap: rename wtap_register_file_type_subtypes().Guy Harris2021-02-231-1/+1
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-1/+8
* wiretap: more work on file type/subtypes.Guy Harris2021-02-171-3/+8
* wiretap: register most built-in file types from its module.Guy Harris2021-02-141-1/+18
* Make various max packet sizes unsigned, and clean up from that.Guy Harris2021-01-191-2/+2
* wiretap: generate fake IDBs for more capture file types.Guy Harris2020-07-291-0/+8
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-6/+5
* cosine.c: fix compilation with gcc 8Pascal Quantin2018-05-021-2/+1
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-13/+13
* 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
* Don't treat the packet length as unsigned.Guy Harris2016-05-011-4/+8
* Fix packet length handling.Guy Harris2016-04-291-46/+29
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-2/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Don't use ctype.h routines.Guy Harris2014-10-171-2/+1
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-5/+5
* Whitespace cleanups.Guy Harris2014-10-071-1/+1
* 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-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/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+13
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-13/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-34/+31
* Refactor WiretapMichael Mann2014-05-091-31/+34
* 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
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Slight stylistic cleanup - most routines, when defined, have no spaceGuy Harris2013-06-181-1/+1
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-3/+6
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-18/+17
* Fill in the presence flags in parse_cosine_rec_hdr(), so it's done atGuy Harris2013-05-161-31/+29
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-19/+10
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-20/+15
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-12/+11
* 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-2/+0
* Fix indentation.Guy Harris2012-03-171-1/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-3/+3
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-14/+18
* Update Motonori Shindo's email address at the author's request. Fixes bug 5840.Chris Maynard2011-04-181-1/+1