aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/daintree-sna.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update comments: From wtap_pkthdr to wtap_rec.Jim Young2020-12-171-1/+1
* 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-5/+5
* Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter2018-02-181-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-17/+17
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: more SPDX license convertions.Dario Lombardo2018-01-201-15/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-1/+1
* Just use strncmp() to check the prefix of the file's first line.Guy Harris2016-12-141-5/+3
* Don't assume we've read a line long enough to contain a magic number.Guy Harris2016-12-141-1/+2
* Have daintree_sna_read_packet() do all the packet reading work.Guy Harris2016-04-301-60/+32
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-4/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Don't use ctype.h routines.Guy Harris2014-10-171-7/+6
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-13/+10
* 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-16/+16
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-16/+16
* Revert "Refactor Wiretap"Guy Harris2014-05-091-27/+24
* Refactor WiretapMichael Mann2014-05-091-24/+27
* 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
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-8/+8
* 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-9/+3
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-15/+14
* Move the header-processing code into a common daintree_sna_scan_header()Guy Harris2013-05-171-63/+80
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-3/+13
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-4/+1
* Global variables considered harmful (and unnecessary).Guy Harris2012-04-221-13/+10
* 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-7/+7
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-5/+5
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-6/+6
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-1/+1
* Fix issue which causes daintree-sna frames to be rejected with "capture lengt...Bill Meier2010-08-241-0/+2
* From Hamish Moffatt:Anders Broman2010-08-241-0/+1
* Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris2010-07-301-9/+15
* Revise #31172 slightly to clarify #define dependenciesBill Meier2009-12-041-4/+6
* From: babiBill Meier2009-12-041-2/+6