aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/k12.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-03-30wiretap dump: automatically increase bytes_dumpedDavid Perry1-0/+5
2023-03-21wiretap: rename the wtap_dumper field "encap" to "file_encap".Guy Harris1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-11/+11
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-09Wiretap: Fix a resource leakyuanjungong1-0/+1
2021-05-29wiretap: clean up WTAP_ERR_BAD_FILE error messages.Guy Harris1-5/+5
2021-05-23k12: plug a memory leak.Guy Harris1-0/+1
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris1-1/+1
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-2/+3
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-2/+8
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-3/+19
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-2/+2
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+8
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-2/+2
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris1-0/+9
2018-06-04Use proper unsigned constant for bit shiftJaap Keuter1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-31/+31
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-3/+3
2017-03-02Remove a cast that now causes rather than squelching warnings.Guy Harris1-1/+1
2017-03-02Add more sanity checks.Guy Harris1-14/+27
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-2/+2
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-2/+2
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-35/+48
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-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-08Use correct expression in a "length too short" message.Guy Harris1-1/+1
2014-12-07Add checks for non-null-terminated strings.Guy Harris1-6/+14
2014-12-06Don't go past the end of the "extra data".Guy Harris1-69/+69
2014-12-05Fix some copy-and-pasteos in error messages.Guy Harris1-3/+3
2014-10-17Get rid of unused includes of <ctype.h>.Guy Harris1-1/+0
2014-10-11Use the count-of-records fields to figure out how many records to read.Guy Harris1-98/+134
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-17/+17
2014-10-07Close some memory leaks for bad K12 RF5 files.Guy Harris1-0/+13
2014-10-07Make the code a bit more like the pre-new-APIs code.Guy Harris1-1/+2
2014-10-07Whitespace cleanups.Guy Harris1-5/+5
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-9/+7
2014-10-05Read the record length in common code.Guy Harris1-61/+52
2014-10-05Fix a comment.Guy Harris1-1/+1