aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-1/+2
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-2/+2
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-2/+16
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-4/+11
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-2/+27
2021-02-13iseries: report Unicode files as Unicode rather than ASCII.Guy Harris1-1/+1
2021-01-19Make various max packet sizes unsigned, and clean up from that.Guy Harris1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-1/+1
2020-10-11Fix many spelling errorsРоман Донченко1-4/+4
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+18
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
2019-04-04iseries: ensure the buffer is null terminated.Dario Lombardo1-1/+8
2019-03-24iseries: fix wrong indentation.Dario Lombardo1-32/+32
2019-03-24Revert "iseries: stop scanning a unicode string when the null terminator is h...Guy Harris1-1/+1
2019-03-24iseries: stop scanning a unicode string when the null terminator is hit.Dario Lombardo1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-16/+16
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-2/+2
2016-09-15iseries: rework the read routine.Dario Lombardo1-37/+21
2016-05-02Remove trailing blank.Guy Harris1-1/+1
2016-05-02Add some more checks, clean up length handling.Guy Harris1-6/+49
2016-05-02Don't assume packets will be no larger than ISERIES_MAX_PACKET_LEN.Guy Harris1-8/+6
2016-05-02Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.Guy Harris1-0/+18
2016-03-29Assorted cleanups.Guy Harris1-17/+29
2016-01-20Note that using file_gets() for UCS-2 files is a bit of a hack.Guy Harris1-0/+4
2016-01-20Fix indentation.Guy Harris1-31/+31
2016-01-17[iseries] fix iseries_check_file_type()Martin Kaiser1-6/+15
2016-01-17[iseries] return WTAP_OPEN_ERROR if file_seek() failsMartin Kaiser1-1/+1
2015-11-30Treat invalid (negative or too-large) values in the packet header as errors.Guy Harris1-1/+61
2015-11-28Sanity check iSeries packet length to prevent heap-based buffer overflow.Michael Mann1-1/+1
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+2
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-14/+14
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-1/+0
2014-10-07Make the code a bit more like the pre-API change code.Guy Harris1-6/+3
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-7/+7
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-2/+2
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-06-16Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+1
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-14/+14
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-14/+14
2014-05-09Revert "Refactor Wiretap"Guy Harris1-48/+46
2014-05-09Refactor WiretapMichael Mann1-46/+48
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0