aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/dct3trace.c
Commit message (Expand)AuthorAgeFilesLines
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-6/+5
* Fix comment end after SPDX identifierStig Bjørlykke2018-05-011-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-29/+29
* 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-14/+1
* Get rid of trailing blank.Guy Harris2016-09-091-1/+1
* Clean up error reporting.Guy Harris2016-09-091-31/+64
* dct3trace: use ws_strtoi function.Dario Lombardo2016-09-091-1/+3
* *_stdup_printf -> strdup for "single string only" formatting.Michael Mann2016-06-061-2/+2
* 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
* 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-23/+20
* Refactor WiretapMichael Mann2014-05-091-20/+23
* 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-4/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Fix "unused variable 'dct3trace_magic_l2_end' [-Werror,-Wunused-const-variabl...Bill Meier2013-10-211-0/+2
* Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris2013-06-211-5/+5
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-61/+48
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-5/+7
* Prevent "'len' may be used uninitialized in this function" error when compili...Pascal Quantin2013-05-171-1/+1
* Fill in the wtap_pkthdr in dct3trace_get_packet().Guy Harris2013-05-171-40/+38
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-36/+12
* 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/+1
* If xml_get_int() fails, bail immediately; don't use the variable itGuy Harris2012-04-281-14/+18
* 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-4/+4
* Squelch some compiler warnings.Guy Harris2011-06-151-1/+1
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-6/+7
* Fix a buffer overflow found by the Visual C++ analyzer.Gerald Combs2011-02-161-0/+7
* Squelch some (valid) warnings.Guy Harris2010-02-231-2/+2
* Fixed data type for a buffer.Stig Bjørlykke2009-10-181-2/+2
* From Duncan Salerno:Jaap Keuter2009-06-241-4/+11
* More P64 changes.Guy Harris2009-03-071-1/+1
* From Duncan Salerno:Jaap Keuter2009-01-071-0/+390