aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+2
2013-12-12Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...Chris Maynard1-0/+1
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris1-20/+7
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-20/+10
2013-05-17Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means itGuy Harris1-55/+41
2013-05-17If iseries_seek_next_packet() hits the EOF, *err will be set to 0; justGuy Harris1-13/+5
2013-03-19From beroset:Anders Broman1-1/+1
2012-12-27Errors take precedence over EOF; use file_error() after operations thatGuy Harris1-60/+50
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-37/+34
2012-12-26OK, does *this* convince the compiler that the loop isn't ever going toGuy Harris1-5/+1
2012-12-26Widen an argument to match its (theoretical) widest possible width. SeeGuy Harris1-5/+6
2012-10-18Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris1-17/+39
2012-10-18Redo the processing of lines in iSeries text packet dumps.Guy Harris1-311/+208
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-3/+0
2012-04-22Fix a buildbot compile warning.Bill Meier1-1/+1
2012-04-22Various minor cleanup:Bill Meier1-200/+222
2012-04-20Fix more indentation.Guy Harris1-1/+1
2012-04-20Use consistent 2-space indentation, and don't use tabs.Guy Harris1-496/+496
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-3/+6
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3