aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
Commit message (Expand)AuthorAgeFilesLines
* iseries: rework the read routine.Dario Lombardo2016-09-151-37/+21
* Remove trailing blank.Guy Harris2016-05-021-1/+1
* Add some more checks, clean up length handling.Guy Harris2016-05-021-6/+49
* Don't assume packets will be no larger than ISERIES_MAX_PACKET_LEN.Guy Harris2016-05-021-8/+6
* Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.Guy Harris2016-05-021-0/+18
* Assorted cleanups.Guy Harris2016-03-291-17/+29
* Note that using file_gets() for UCS-2 files is a bit of a hack.Guy Harris2016-01-201-0/+4
* Fix indentation.Guy Harris2016-01-201-31/+31
* [iseries] fix iseries_check_file_type()Martin Kaiser2016-01-171-6/+15
* [iseries] return WTAP_OPEN_ERROR if file_seek() failsMartin Kaiser2016-01-171-1/+1
* Treat invalid (negative or too-large) values in the packet header as errors.Guy Harris2015-11-301-1/+61
* Sanity check iSeries packet length to prevent heap-based buffer overflow.Michael Mann2015-11-281-1/+1
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-2/+0
* Don't use ctype.h routines.Guy Harris2014-10-171-3/+2
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-14/+14
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-1/+0
* Make the code a bit more like the pre-API change code.Guy Harris2014-10-071-6/+3
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-7/+7
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-2/+2
* 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
* Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris2014-07-111-1/+1
* Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman2014-06-161-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-14/+14
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-14/+14
* Revert "Refactor Wiretap"Guy Harris2014-05-091-48/+46
* Refactor WiretapMichael Mann2014-05-091-46/+48
* 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-3/+2
* Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...Chris Maynard2013-12-121-0/+1
* (Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier2013-11-081-2/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-2/+2
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-20/+7
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-20/+10
* Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means itGuy Harris2013-05-171-55/+41
* If iseries_seek_next_packet() hits the EOF, *err will be set to 0; justGuy Harris2013-05-171-13/+5
* From beroset:Anders Broman2013-03-191-1/+1
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-60/+50
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-37/+34
* OK, does *this* convince the compiler that the loop isn't ever going toGuy Harris2012-12-261-5/+1
* Widen an argument to match its (theoretical) widest possible width. SeeGuy Harris2012-12-261-5/+6
* Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris2012-10-181-17/+39
* Redo the processing of lines in iSeries text packet dumps.Guy Harris2012-10-181-311/+208
* 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-3/+0
* Fix a buildbot compile warning.Bill Meier2012-04-221-1/+1
* Various minor cleanup:Bill Meier2012-04-221-200/+222