aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-27catapult dct2000: don't dump comments one char at a time, and other fussingMartin Mathieson1-42/+37
2018-02-11dct2000: avoid allocating/storing/freeing empty stringMartin Mathieson1-27/+8
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-34/+34
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-30dct2000 wiretap: expect all lines to have exactly 4 subsecond digits.Martin Mathieson1-2/+2
2018-01-29dct2000: for speed, avoid ws_strtoi32() while reading timestampMartin Mathieson1-6/+11
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2017-12-28No need for read_new_line to return a packet offset.Guy Harris1-16/+9
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-3/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2016-09-09Add a comment.Guy Harris1-0/+3
2016-09-09catapult: use ws_strtou/i functions.Dario Lombardo1-4/+14
2016-04-30Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris1-46/+70
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-1/+1
2015-11-16catapult: fix sscanf buffer overflowEvan Huus1-1/+1
2015-11-08DCT2000 wiretap: Try to address CID 1158844 and 1158845Martin Mathieson1-2/+2
2015-10-09catapult_dct2000: code restyleDario Lombardo1-17/+7
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-10-17Don't use ctype.h routines.Guy Harris1-14/+13
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-9/+9
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-07-11Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris1-1/+1
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+7
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-16/+16
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-16/+16
2014-05-09Revert "Refactor Wiretap"Guy Harris1-51/+48
2014-05-09Revert "Try to fix the build boot by changing the signature of catapult_dct20...Guy Harris1-2/+1
2014-05-09Try to fix the build boot by changing the signature ofAndersBroman1-1/+2
2014-05-09Refactor WiretapMichael Mann1-48/+51
2014-04-28Fix potential invalid-reads in catapult filesEvan Huus1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+3
2013-12-31Make it clearer that we're using the packet length read from the packetGuy Harris1-1/+2
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-2/+2
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-07-29Make a never-changed table const.Guy Harris1-1/+1
2013-07-23Don't cast away constness.Guy Harris1-1/+1
2013-06-21Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-20/+21
2013-05-16wth->priv is always set in the open routine; no need to check that it'sGuy Harris1-15/+0
2013-05-16Pull all the post-processing for a parsed line into a common routine,Guy Harris1-122/+88
2013-03-03From beroset:Anders Broman1-4/+4