aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/catapult_dct2000.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-3/+3
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-3/+3
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-06-25DT2000: Fix buffer length in wiretap codeMartin Mathieson1-1/+1
2021-05-20DCT2000: allow for longer lines/PDUsMartin Mathieson1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-4/+4
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-7/+11
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-3/+20
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-12-13DCT2000: Allow any PDU to be dissected.Jose Rubio1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-1/+1
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+9
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-2/+1
2020-02-23Some more issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+1
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+0
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-5/+5
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